Removed api_key when using Azure Active Directory (#897)
This commit is contained in:
parent
59019bd21e
commit
8d0e43914e
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@
|
|||
"\n",
|
||||
"if use_azure_active_directory:\n",
|
||||
" endpoint = os.environ[\"AZURE_OPENAI_ENDPOINT\"]\n",
|
||||
" api_key = os.environ[\"AZURE_OPENAI_API_KEY\"]\n",
|
||||
"\n",
|
||||
" client = openai.AzureOpenAI(\n",
|
||||
" azure_endpoint=endpoint,\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue