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

Support gpt-4o-mini as a new GPT model #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tarek360
Copy link

@tarek360 tarek360 commented Sep 3, 2024

Hi, here is the Support for the new GPT model gpt-4o-mini.
I tested it and it works.

Copy link
Member

@RobertOdrowaz RobertOdrowaz left a comment

Choose a reason for hiding this comment

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

One minor suggestion; other than that, looks good. Thanks!

@@ -24,7 +24,9 @@ enum Model {
gpt35Turbo('gpt-3.5-turbo', 'GPT-3.5 Turbo'),
gpt4('gpt-4', 'GPT-4'),
gpt4Turbo('gpt-4-turbo', 'GPT-4 Turbo'),
gpt4O('gpt-4o', 'GPT-4o');
gpt4O('gpt-4o', 'GPT-4o'),
gpt4OMini('gpt-4o-mini', 'GPT-4o-mini');
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
gpt4OMini('gpt-4o-mini', 'GPT-4o-mini');
gpt4OMini('gpt-4o-mini', 'GPT-4o mini');

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