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

fix a typo in gpt-4-0125 context length #535

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

fcakyon
Copy link
Contributor

@fcakyon fcakyon commented Feb 10, 2024

There is an important typo in the latest gpt-4-0125-preview context length.
It should be 128k instead of 4k as in gpt-4-1106-preview.

'gpt-4-1106-preview': 128000,
'gpt-4-0125-preview': 4096,

source: https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo

closes #533

cc: @ztjhz

@ztjhz ztjhz merged commit f684004 into ztjhz:main Feb 13, 2024
@fcakyon fcakyon deleted the patch-1 branch February 13, 2024 12:35
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.

Clarification on Input/Output Length Parameters for gpt-4-1106-preview and gpt-4-0125-preview Models
2 participants