Skip to content

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

Open
tarek360 wants to merge 2 commits intoleancodepl:mainfrom
tarek360:support-gpt-4o-mini
Open

Support gpt-4o-mini as a new GPT model#18
tarek360 wants to merge 2 commits intoleancodepl:mainfrom
tarek360:support-gpt-4o-mini

Conversation

@tarek360
Copy link
Copy Markdown

@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
Copy Markdown
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!

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
Copy Markdown
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