Skip to content

Commit

Permalink
add new turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
leo4life2 committed Apr 10, 2024
1 parent 6c718ad commit 6319f41
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export const GEMINI_SUMMARIZE_MODEL = "gemini-pro";

export const KnowledgeCutOffDate: Record<string, string> = {
default: "2021-09",
"gpt-4-turbo": "2023-12",
"gpt-4-turbo-preview": "2023-12",
"gpt-4-1106-preview": "2023-04",
"gpt-4-0125-preview": "2023-12",
Expand Down Expand Up @@ -191,6 +192,24 @@ export const DEFAULT_MODELS = [
providerType: "openai",
},
},
{
name: "gpt-4-turbo",
available: true,
provider: {
id: "openai",
providerName: "OpenAI",
providerType: "openai",
},
},
{
name: "gpt-4-turbo-2024-04-09",
available: true,
provider: {
id: "openai",
providerName: "OpenAI",
providerType: "openai",
},
},
{
name: "gpt-4-turbo-preview",
available: true,
Expand Down

0 comments on commit 6319f41

Please sign in to comment.