Skip to content

Commit

Permalink
Fixed a typo in aoai-assignment.ipynb
Browse files Browse the repository at this point in the history
replaced AZURE_OPENAI_KEY env variable with AZURE_OPENAI_API_KEY
  • Loading branch information
deniskyashif authored Jul 10, 2024
1 parent 3888f06 commit 4783eb8
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 4783eb8

Please sign in to comment.