mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
// model reduction
This commit is contained in:
parent
fba17d796d
commit
10e428c825
@ -137,31 +137,31 @@ export const KnowledgeCutOffDate: Record<string, string> = {
|
|||||||
|
|
||||||
const openaiModels = [
|
const openaiModels = [
|
||||||
"gpt-3.5-turbo",
|
"gpt-3.5-turbo",
|
||||||
"gpt-3.5-turbo-1106",
|
// "gpt-3.5-turbo-1106",
|
||||||
"gpt-3.5-turbo-0125",
|
// "gpt-3.5-turbo-0125",
|
||||||
"gpt-4",
|
// "gpt-4",
|
||||||
"gpt-4-0613",
|
// "gpt-4-0613",
|
||||||
"gpt-4-32k",
|
"gpt-4-32k",
|
||||||
"gpt-4-32k-0613",
|
// "gpt-4-32k-0613",
|
||||||
"gpt-4-turbo",
|
// "gpt-4-turbo",
|
||||||
"gpt-4-turbo-preview",
|
// "gpt-4-turbo-preview",
|
||||||
"gpt-4-vision-preview",
|
// "gpt-4-vision-preview",
|
||||||
"gpt-4-turbo-2024-04-09",
|
// "gpt-4-turbo-2024-04-09",
|
||||||
];
|
];
|
||||||
|
|
||||||
const googleModels = [
|
const googleModels = [
|
||||||
"gemini-1.0-pro",
|
// "gemini-1.0-pro",
|
||||||
"gemini-1.5-pro-latest",
|
// "gemini-1.5-pro-latest",
|
||||||
"gemini-pro-vision",
|
// "gemini-pro-vision",
|
||||||
];
|
];
|
||||||
|
|
||||||
const anthropicModels = [
|
const anthropicModels = [
|
||||||
"claude-instant-1.2",
|
// "claude-instant-1.2",
|
||||||
"claude-2.0",
|
// "claude-2.0",
|
||||||
"claude-2.1",
|
// "claude-2.1",
|
||||||
"claude-3-sonnet-20240229",
|
// "claude-3-sonnet-20240229",
|
||||||
"claude-3-opus-20240229",
|
// "claude-3-opus-20240229",
|
||||||
"claude-3-haiku-20240307",
|
// "claude-3-haiku-20240307",
|
||||||
];
|
];
|
||||||
|
|
||||||
export const DEFAULT_MODELS = [
|
export const DEFAULT_MODELS = [
|
||||||
|
Loading…
Reference in New Issue
Block a user