fix typo (#35)

This commit is contained in:
ian_Cin 2024-04-15 23:16:32 +07:00 committed by GitHub
parent 1130aa78d1
commit e19893a509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -300,7 +300,7 @@ class AzureChatOpenAI(BaseChatOpenAI):
"azure_deployment, and api_version parameters are used to construct "
"the full URL for the Azure OpenAI model."
),
require=True,
required=True,
)
azure_deployment: str = Param(help="Azure deployment name", required=True)
api_version: str = Param(help="Azure model version", required=True)