-
-
Notifications
You must be signed in to change notification settings - Fork 341
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 gpt-4-1106-preview model from openai #540
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
For anyone curious this is also known as "GPT-4 Turbo" (with 128K context) as per https://openai.com/blog/new-models-and-developer-products-announced-at-devday Edit: maybe we should have a dedicated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jamesjun Awesome, thanks! 🤗
@meeseeksdev please backport to 1.x |
Co-authored-by: James Jun <[email protected]>
Co-authored-by: mbox <[email protected]>
Co-authored-by: mbox <[email protected]>
Added OpenAI's "gpt-4-1106-preview" model to ChatOpenAIProvider.models and ChatOpenAINewProvider.models.