langchain_openai[patch]: fix typos in langchain_openai (#17923)

Just a small typo
pull/17954/head^2
hongbo.mo 7 months ago committed by GitHub
parent ecd72d26cf
commit a51a257575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -163,7 +163,7 @@ class AzureChatOpenAI(ChatOpenAI):
"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

Loading…
Cancel
Save