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

Add support for GPT-4o-2024-08-06 model #1098

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Conversation

KennyDizi
Copy link
Contributor

@KennyDizi KennyDizi commented Aug 7, 2024

PR Type

Enhancement


Description

  • Added support for the new model gpt-4o-2024-08-06 in the pr_agent/algo/__init__.py file
  • Set the token limit for gpt-4o-2024-08-06 to 128,000, consistent with other GPT-4 models
  • This addition expands the range of available models for the PR agent

Changes walkthrough

Relevant files
Enhancement
__init__.py
Add support for new GPT-4 model                                                   

pr_agent/algo/init.py

  • Added support for the new model gpt-4o-2024-08-06 with a token limit
    of 128,000
  • +1/-0     

    @KennyDizi KennyDizi changed the title Add support model gpt-4o-2024-08-06 Add support for GPT-4o-2024-08-06 model Aug 7, 2024
    @KennyDizi
    Copy link
    Contributor Author

    🌅 🌼 I have revised the PR description to reflect the changes made to the latest commit (9be5cc6).

    @mrT23 mrT23 merged commit 944f54b into qodo-ai:main Aug 7, 2024
    2 checks passed
    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