Skip to content

Commit

Permalink
Fix the api_key needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagkumar Arkalgud committed Oct 9, 2024
1 parent 65a759c commit e4cdd30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AzureOpenAIModelConfiguration(TypedDict):
"""Name of Azure OpenAI deployment to make request to"""
azure_endpoint: str
"""Endpoint of Azure OpenAI resource to make request to"""
api_key: str
api_key: NotRequired[str]
"""API key of Azure OpenAI resource"""
api_version: NotRequired[str]
"""(Optional) API version to use in request to Azure OpenAI deployment"""
Expand Down

0 comments on commit e4cdd30

Please sign in to comment.