Skip to content

Commit

Permalink
Merge pull request #96 from jkordick/main
Browse files Browse the repository at this point in the history
Fixing #93
  • Loading branch information
denniszielke authored Mar 25, 2024
2 parents f54dde9 + 510049a commit 357ad82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/02-integrating-ai/02-OpenAIPackages/openai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"from openai import AzureOpenAI\n",
"\n",
"client = AzureOpenAI(\n",
" azure_endpoint = os.getenv(\"AZURE_OPENAI_API_ENDPOINT\"),\n",
" azure_endpoint = os.getenv(\"AZURE_OPENAI_ENDPOINT\"),\n",
" api_key = os.getenv(\"AZURE_OPENAI_API_KEY\"),\n",
" api_version = os.getenv(\"OPENAI_API_VERSION\")\n",
")"
Expand Down

0 comments on commit 357ad82

Please sign in to comment.