Skip to content
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

feat: Update GPT Model to gpt-4o due to retirement of gpt-35-turbo-16k #1664

Closed
wants to merge 1 commit into from

Conversation

Prasanjeet-Microsoft
Copy link
Contributor

Purpose

  • This PR updates the model from gpt-35-turbo-16k to gpt-4o as gpt-35-turbo-16k is being retired starting today. The update ensures the continued functionality and access to the latest model capabilities.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

  • Ensure all instances where gpt-35-turbo-16k was referenced are updated to gpt-4o.
  • Verify that the new model (gpt-4o) is being called correctly in all relevant parts of the code.
  • Test for any compatibility issues or breaking changes resulting from the model update.
  • Confirm that performance and output quality have been maintained or improved after the update.
  • Ensure proper error handling for any fallback mechanisms if the new model has limitations.

Copy link

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL381985777% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
395 0 💤 0 ❌ 0 🔥 1m 3s ⏱️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants