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 4o #73

Closed
wants to merge 3 commits into from
Closed

add 4o #73

wants to merge 3 commits into from

Conversation

daliborhlava
Copy link
Contributor

No description provided.

@LordMsz LordMsz linked an issue Jul 15, 2024 that may be closed by this pull request
@LordMsz LordMsz added the enhancement New feature or request label Jul 15, 2024
@LordMsz LordMsz self-assigned this Jul 15, 2024
@@ -1003,7 +1003,7 @@ <h2 id="loading" style="visibility: hidden;">Loading...</h2>
const chatModelList = [
{
groupName: 'OpenAI',
models: ['gpt-4-turbo-preview', 'gpt-4', 'gpt-3.5-turbo', 'gpt-4-vision-preview', 'gpt-4-32k'],
models: [ 'gpt-4o', 'gpt-4-turbo-preview', 'gpt-4', 'gpt-3.5-turbo', 'gpt-4-vision-preview', 'gpt-4-32k'],
Copy link
Owner

Choose a reason for hiding this comment

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

I think we need to add pricing details to estimator, e.g. { model: /^gpt-4-[0-9]$/, priceIn: 30, priceOut: 60 },
Since 4o has different price.

Copy link
Owner

Choose a reason for hiding this comment

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

If I find time today, I will do it, maybe tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for latest model GPT-4o
2 participants