Removed api_key when using Azure Active Directory (#897)

This commit is contained in:
Spring_MT 2023-12-04 15:01:13 +09:00 committed by GitHub
parent 59019bd21e
commit 8d0e43914e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",