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

Add support for 2024-05-01-preview #834

Closed abhahn closed 1 month ago

abhahn commented 2 months ago

Motivation and Context

The primary goal of this PR is to add support for the latest preview API version.

Other changes include:

Description

Contribution Checklist

junan-trustarc commented 1 month ago

@abhahn This PR broke datasource as request body doesn't contain datasource. Please check asap

junan-trustarc commented 1 month ago

@abhahn This PR broke datasource as request body doesn't contain datasource. Please check asap

I can see why, Default value of datasource_type was "AzureCognitiveSearch" but this PR changed to None. Can we change back to AzureCognitiveSearch for backward compatibility ?