Skip to content

Commit

Permalink
Merge pull request #530 from deniskyashif/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo in aoai-assignment.ipynb
  • Loading branch information
koreyspace authored Jul 28, 2024
2 parents 45a4cc0 + 4783eb8 commit 7d18726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"load_dotenv()\n",
"\n",
"client = AzureOpenAI(\n",
" api_key=os.environ['AZURE_OPENAI_KEY'], # this is also the default, it can be omitted\n",
" api_key=os.environ['AZURE_OPENAI_API_KEY'], # this is also the default, it can be omitted\n",
" api_version = \"2023-05-15\"\n",
" )\n",
"\n",
Expand Down

0 comments on commit 7d18726

Please sign in to comment.