Skip to content

Commit

Permalink
fix typos in langchain_openai
Browse files Browse the repository at this point in the history
  • Loading branch information
polym committed Feb 22, 2024
1 parent 919b8a3 commit 5702e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/partners/openai/langchain_openai/chat_models/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def validate_environment(cls, values: Dict) -> Dict:
"If specifying `azure_deployment`/`deployment_name` then use "
"`azure_endpoint` instead of `base_url`.\n\n"
"For example, you could specify:\n\n"
'azure_deployment="https://xxx.openai.azure.com/", '
'azure_endpoint="https://xxx.openai.azure.com/", '
'deployment_name="my-deployment"\n\n'
"Or you can equivalently specify:\n\n"
'base_url="https://xxx.openai.azure.com/openai/deployments/my-deployment"' # noqa: E501
Expand Down

0 comments on commit 5702e1f

Please sign in to comment.