Skip to content

Commit

Permalink
Correcting AzureOpenAI initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
stsfaroz authored Nov 10, 2024
1 parent 922b6b0 commit 1a0b808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrations/llms/azure_openai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"```python\n",
"import openai\n",
"\n",
"client = AzureOpenAI(\n",
"client = openai.AzureOpenAI(\n",
" api_version=\"2023-12-01-preview\",\n",
")\n",
"\n",
Expand Down

0 comments on commit 1a0b808

Please sign in to comment.