Skip to content

Commit

Permalink
langchain_openai[patch]: fix typos in langchain_openai (#17923)
Browse files Browse the repository at this point in the history
Just a small typo
  • Loading branch information
polym authored Feb 22, 2024
1 parent ecd72d2 commit a51a257
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 a51a257

Please sign in to comment.