-
Notifications
You must be signed in to change notification settings - Fork 739
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
add support for gpt-4-turbo model #854
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Description updated to latest commit (108b1af)
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
@riya-amemiya looks good. If the new model (gpt-4-turbo-2024-04-09) will show superior results over the prev one, maybe in time we will consider making it the new default model. We might consider also possible usage for the vision mode |
User description
Updated to support the new models added to OpenAI.
Type
enhancement
Description
gpt-4-turbo-2024-04-09
andgpt-4-turbo
, both with a token limit of 128K. This enhances the application's compatibility with the latest models from OpenAI.Changes walkthrough
__init__.py
Add Support for GPT-4 Turbo Models
pr_agent/algo/init.py
gpt-4-turbo-2024-04-09
model with a token limit of128K.
gpt-4-turbo
model with a token limit of 128K.