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

Rename the gpt-4-turbo aliases #493

Closed
simonw opened this issue May 13, 2024 · 1 comment
Closed

Rename the gpt-4-turbo aliases #493

simonw opened this issue May 13, 2024 · 1 comment
Labels
enhancement New feature or request models

Comments

@simonw
Copy link
Owner

simonw commented May 13, 2024

Currently:

# GPT-4 turbo models
register(Chat("gpt-4-1106-preview"))
register(Chat("gpt-4-0125-preview"))
register(Chat("gpt-4-turbo-preview"), aliases=("gpt-4-turbo", "4-turbo", "4t"))

But quite recently OpenAI made gpt-4-turbo a valid reference to the latest GPT-4 Turbo (including vision) API model.

@simonw simonw added enhancement New feature or request models labels May 13, 2024
@simonw
Copy link
Owner Author

simonw commented May 13, 2024

I'm just going to swap gpt-4-turbo-preview to be an alias, not a model name.

This does mean people with existing log databases will have old gpt-4-turbo-preview records and new gpt-4-turbo records but I think that's OK, I'll mention that in the release notes.

@simonw simonw closed this as completed in 9a3236d May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request models
Projects
None yet
Development

No branches or pull requests

1 participant