sample-app-aoai-chatGPT icon indicating copy to clipboard operation
sample-app-aoai-chatGPT copied to clipboard

Add support for 2024-05-01-preview

Open abhahn opened this issue 9 months ago • 0 comments

Motivation and Context

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

Other changes include:

  • Refactoring of settings into a separate module using pydantic-settings to do validation and serialization to response payload.
  • Added some unit tests and integration tests to ensure refactoring changes didn't break anything.

Description

Contribution Checklist

  • [ ] I have built and tested the code locally and in a deployed app
  • [ ] For frontend changes, I have pulled the latest code from main, built the frontend, and committed all static files.
  • [ ] This is a change for all users of this app. No code or asset is specific to my use case or my organization.
  • [ ] I didn't break any existing functionality :smile:

abhahn avatar May 02 '24 23:05 abhahn