Removed api_key when using Azure Active Directory (#897)

pull/885/head^2
Spring_MT 7 months ago committed by GitHub
parent 59019bd21e
commit 8d0e43914e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save