Skip to content

Commit

Permalink
Update providers.py (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
aroffe99 authored Mar 26, 2024
1 parent d294c68 commit 4722dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ class AzureChatOpenAIProvider(BaseProvider, AzureChatOpenAI):
model_id_key = "deployment_name"
model_id_label = "Deployment name"
pypi_package_deps = ["openai"]
auth_strategy = EnvAuthStrategy(name="OPENAI_API_KEY")
auth_strategy = EnvAuthStrategy(name="AZURE_OPENAI_API_KEY")
registry = True

fields = [
Expand Down

0 comments on commit 4722dc7

Please sign in to comment.