-
Notifications
You must be signed in to change notification settings - Fork 59.7k
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-0125-preview
to model list
#3924
Conversation
@leo4life2 is attempting to deploy a commit to the NextChat Team on Vercel. A member of the Team first needs to authorize it. |
Your build has completed! |
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.
need changed
@@ -108,6 +108,7 @@ export const SUMMARIZE_MODEL = "gpt-3.5-turbo"; | |||
export const KnowledgeCutOffDate: Record<string, string> = { | |||
default: "2021-09", | |||
"gpt-4-1106-preview": "2023-04", | |||
"gpt-4-0125-preview": "2023-04", |
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.
* Add gpt-4-0125-preview (ChatGPTNextWeb#3924) * Add gpt-4-turbo-preview --------- Co-authored-by: leo4life2 <[email protected]>
gpt-4-turbo-preview 呢.. |
What about gpt-4-turbo-preview... |
* Fix: Routes `/api/cors/[...path]` was not configured to run with the Edge Runtime * add workflows/deploy preview * add delete preview scripts * add workflow_dispatch * test pr deploy * add workflows/deploy preview * add delete preview scripts * add workflow_dispatch * test pr deploy * fix vercel alias domains * fix: cicd , add pull_request_target * fix: cicd, vercel domain suffix secret * chore: change default submit key * fix: cicd, delete vercel pre * fix: cicd, vercel alias domain * fix: cicd, delete vercel pre (ChatGPTNextWeb#3910) * fix: cicd, delete velcel pre * fix: cicd, alias domain env name * fix: cicd, remove workflow_dispatch * fix: cicd, checkout sha * Add gpt-4-0125-preview (ChatGPTNextWeb#3924) * update google api region (ChatGPTNextWeb#3934) Co-authored-by: GH Action - Upstream Sync <[email protected]> * Feat Models [GPT-4-turbo] (ChatGPTNextWeb#3932) [+] feat(constant.ts): add new models to DEFAULT_MODELS array --------- Co-authored-by: Yasin <[email protected]> Co-authored-by: 孙高猛 <[email protected]> Co-authored-by: sungaomeng <[email protected]> Co-authored-by: fred-bf <[email protected]> Co-authored-by: Leo Li <[email protected]> Co-authored-by: NieXi <[email protected]> Co-authored-by: GH Action - Upstream Sync <[email protected]> Co-authored-by: H0llyW00dzZ <[email protected]>
Add the new model, as OpenAI has just announced.