mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
removing models
This commit is contained in:
parent
3c2fabce18
commit
2cae61652d
@ -137,23 +137,23 @@ export const KnowledgeCutOffDate: Record<string, string> = {
|
||||
};
|
||||
|
||||
const openaiModels = [
|
||||
"gpt-3.5-turbo",
|
||||
// "gpt-3.5-turbo",
|
||||
// "gpt-3.5-turbo-1106",
|
||||
// "gpt-3.5-turbo-0125",
|
||||
"gpt-4",
|
||||
// "gpt-4-0613",
|
||||
// "gpt-4-32k",
|
||||
// "gpt-4-32k-0613",
|
||||
"gpt-4-turbo",
|
||||
// "gpt-4-turbo",
|
||||
// "gpt-4-turbo-preview",
|
||||
"gpt-4o",
|
||||
"gpt-4o-2024-05-13",
|
||||
"gpt-4-vision-preview",
|
||||
"gpt-4-turbo-2024-04-09",
|
||||
// "gpt-4o-2024-05-13",
|
||||
// "gpt-4-vision-preview",
|
||||
// "gpt-4-turbo-2024-04-09",
|
||||
];
|
||||
|
||||
const googleModels = [
|
||||
"gemini-1.0-pro",
|
||||
// "gemini-1.0-pro",
|
||||
"gemini-1.5-pro-latest",
|
||||
"gemini-1.5-flash-latest",
|
||||
// "gemini-pro-vision",
|
||||
@ -161,9 +161,9 @@ const googleModels = [
|
||||
|
||||
const anthropicModels = [
|
||||
// "claude-instant-1.2",
|
||||
"claude-2.0",
|
||||
"claude-2.1",
|
||||
"claude-3-sonnet-20240229",
|
||||
// "claude-2.0",
|
||||
// "claude-2.1",
|
||||
// "claude-3-sonnet-20240229",
|
||||
"claude-3-opus-20240229",
|
||||
"claude-3-haiku-20240307",
|
||||
"claude-3-5-sonnet-20240620",
|
||||
|
Loading…
Reference in New Issue
Block a user