-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Azure OpenAI API version to 2024-02-15-preview #1692
Conversation
On April 2, 2024 the following API preview releases will be retired and will stop accepting API requests: 2023-03-15-preview 2023-06-01-preview 2023-07-01-preview 2023-08-01-preview To avoid service disruptions, update to use the latest version 2024-02-15-preview. https://review.learn.microsoft.com/en-us/azure/ai-services/openai/api-version-deprecation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1692 +/- ##
===========================================
+ Coverage 39.41% 50.75% +11.33%
===========================================
Files 56 56
Lines 5990 5990
Branches 1334 1451 +117
===========================================
+ Hits 2361 3040 +679
+ Misses 3436 2705 -731
- Partials 193 245 +52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks for the PR! It would be great if you can test some of the notebooks locally too make sure they are running correctly with the new API version. |
On April 2, 2024 the following API preview releases will be retired and will stop accepting API requests: 2023-03-15-preview 2023-06-01-preview 2023-07-01-preview 2023-08-01-preview To avoid service disruptions, update to use the latest version 2024-02-15-preview. https://review.learn.microsoft.com/en-us/azure/ai-services/openai/api-version-deprecation
Why are these changes needed?
On April 2, 2024 the following API preview releases will be retired and will stop accepting API requests:
2023-03-15-preview
2023-06-01-preview
2023-07-01-preview
2023-08-01-preview
To avoid service disruptions, this PR updates to use the latest API version 2024-02-15-preview.
Each individual notebook is not tested, but I did not find any notice of deprecated features or breaking changes.
Related issue number
N/A
Checks