Feat: Update OCO_MODEL to Latest Version and Remove Legacy GPT-3.5 Turbo Models#299
Merged
di-sukharev merged 2 commits intodi-sukharev:devfrom Mar 6, 2024
Merged
Feat: Update OCO_MODEL to Latest Version and Remove Legacy GPT-3.5 Turbo Models#299di-sukharev merged 2 commits intodi-sukharev:devfrom
di-sukharev merged 2 commits intodi-sukharev:devfrom
Conversation
feat(config.ts): add additional supported models for OCO_MODEL configuration feat(config.ts): update default OCO_MODEL value to 'gpt-3.5-turbo' for better compatibility
… and remove mention of 'gpt-3.5-turbo-16k' model docs(README.md): update default OCO_MODEL to 'gpt-3.5-turbo' and provide instructions for switching to GPT-4 models, specifically 'gpt-4-0125-preview' and 'gpt-4-turbo-preview' docs(README.md): update OCO_MODEL configuration in CI/CD pipeline to 'gpt-3.5-turbo' docs(README.md): update cost information related to default and GPT-4 models in OpenCommit
|
thanks for this, even when its not merged I was able to manually edit out file to support newest models :D |
sebastienfi
reviewed
Mar 4, 2024
Contributor
sebastienfi
left a comment
There was a problem hiding this comment.
LGTM
We need a global refactor to better support work on engines integrations introduced here by @jaroslaw-weber
di-sukharev
approved these changes
Mar 6, 2024
Owner
|
will be in the next version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have updated the list of models that can be set as OCO_MODEL within OpenCommit to include the latest versions, while removing the legacy GPT-3.5 Turbo models as outlined in the OpenAI official documentation.
Key changes made include: