microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.44k stars 2.15k forks source link

Fix Azure Search authentication key and upgrade utc API #824

Open mrochon opened 2 months ago

mrochon commented 2 months ago

Motivation and Context

Description

Changed "api_key": AZURE_SEARCH_KEY to "key": AZURE_SEARCH_KEY

Contribution Checklist