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-mini and gpt-4o-mini-2024-07-18 models #1051

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

KennyDizi
Copy link
Contributor

@KennyDizi KennyDizi commented Jul 23, 2024

PR Type

Enhancement


Description

  • Added support for gpt-4o-mini model with a token limit of 128000.
  • Added support for gpt-4o-mini-2024-07-18 model with a token limit of 128000.

Changes walkthrough

Relevant files
Enhancement
__init__.py
Add support for gpt-4o-mini and gpt-4o-mini-2024-07-18 models

pr_agent/algo/init.py

  • Added support for gpt-4o-mini model.
  • Added support for gpt-4o-mini-2024-07-18 model.
  • +2/-0     

    @KennyDizi KennyDizi changed the title Add support model gpt-4o-mini and gpt-4o-mini-2024-07-18 Add support for gpt-4o-mini and gpt-4o-mini-2024-07-18 models Jul 23, 2024
    @KennyDizi
    Copy link
    Contributor Author

    🌴 🍯 The PR description has been updated to align with the latest commit (581c95c).

    @KennyDizi
    Copy link
    Contributor Author

    PR Analysis 👑


    ⏰  Estimated effort to review: 1, because the changes are straightforward and involve adding two new model entries to a dictionary.

    🥇  Score: 95, because the code is clear and concise, with no apparent issues or complexities.

    🧪  No relevant tests

    🔒  No security concerns identified

    🏆  No key issues to review: This PR adds support for two new models, `gpt-4o-mini` and `gpt-4o-mini-2024-07-18`, both with a token limit of 128000, to the model configuration in `pr_agent/algo/__init__.py`.

    @mrT23
    Copy link
    Collaborator

    mrT23 commented Jul 23, 2024

    💪

    @mrT23 mrT23 merged commit 32604d8 into Codium-ai:main Jul 23, 2024
    1 check 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