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: add gpt-4o-mini to MODEL_NAMES constant #2813

Merged
merged 2 commits into from
Jul 18, 2024

Conversation

vasconceloscezar
Copy link
Collaborator

@vasconceloscezar vasconceloscezar commented Jul 18, 2024

This pull request adds the "gpt-4o-mini" model to the MODEL_NAMES constant in the openai_constants.py file. This allows the code to reference the new model in the application.

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. enhancement New feature or request python Pull requests that update Python code labels Jul 18, 2024
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Jul 18, 2024
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-2813.dmtpw4p5recq1.amplifyapp.com

Copy link

@sromero-rentanacional sromero-rentanacional left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes look good.

@ogabrielluiz ogabrielluiz changed the title Add gpt-4o-mini to MODEL_NAMES constant fear: add gpt-4o-mini to MODEL_NAMES constant Jul 18, 2024
@ogabrielluiz ogabrielluiz changed the title fear: add gpt-4o-mini to MODEL_NAMES constant feat: add gpt-4o-mini to MODEL_NAMES constant Jul 18, 2024
@ogabrielluiz ogabrielluiz merged commit 6c4e259 into main Jul 18, 2024
17 of 19 checks passed
@ogabrielluiz ogabrielluiz deleted the feat/add-new-openai-model-gpt4o-mini branch July 18, 2024 23:10
nicoloboschi pushed a commit to datastax/ragstack-ai-langflow that referenced this pull request Jul 30, 2024
* refactor: add gpt-4o-mini to MODEL_NAMES constant

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
(cherry picked from commit 6c4e259)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Evaluate support for OpenAI's GPT-4o mini small model
3 participants