Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lone17 committed Apr 15, 2024
1 parent 1130aa7 commit bab6b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/kotaemon/kotaemon/llms/chats/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bab6b9f

Please sign in to comment.