chat_model_params() — langchain Function Reference
Architecture documentation for the chat_model_params() function in test_azure_standard.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 648843f6_534c_6746_962c_85637e0e16f6["chat_model_params()"] ccd33828_62d9_4228_e898_b6ef3cbad771["TestAzureOpenAIStandard"] 648843f6_534c_6746_962c_85637e0e16f6 -->|defined in| ccd33828_62d9_4228_e898_b6ef3cbad771 5045794b_2452_a535_0bb8_a29acb03f5df["chat_model_params()"] 5045794b_2452_a535_0bb8_a29acb03f5df -->|calls| 648843f6_534c_6746_962c_85637e0e16f6 e3a14f49_4c81_31e7_8ca7_365f380c15a0["chat_model_params()"] e3a14f49_4c81_31e7_8ca7_365f380c15a0 -->|calls| 648843f6_534c_6746_962c_85637e0e16f6 e3a14f49_4c81_31e7_8ca7_365f380c15a0["chat_model_params()"] 648843f6_534c_6746_962c_85637e0e16f6 -->|calls| e3a14f49_4c81_31e7_8ca7_365f380c15a0 style 648843f6_534c_6746_962c_85637e0e16f6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/partners/openai/tests/integration_tests/chat_models/test_azure_standard.py lines 21–26
def chat_model_params(self) -> dict:
return {
"deployment_name": os.environ["AZURE_OPENAI_CHAT_DEPLOYMENT_NAME"],
"openai_api_version": OPENAI_API_VERSION,
"azure_endpoint": OPENAI_API_BASE,
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does chat_model_params() do?
chat_model_params() is a function in the langchain codebase, defined in libs/partners/openai/tests/integration_tests/chat_models/test_azure_standard.py.
Where is chat_model_params() defined?
chat_model_params() is defined in libs/partners/openai/tests/integration_tests/chat_models/test_azure_standard.py at line 21.
What does chat_model_params() call?
chat_model_params() calls 1 function(s): chat_model_params.
What calls chat_model_params()?
chat_model_params() is called by 2 function(s): chat_model_params, chat_model_params.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free