mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 04:30:17 +09:00
Add more LLMs
Add "o3-2025-04-16" with cutoff knowledge add "gemini-2.5-pro-preview-05-06" add "gemini-2.5-flash-preview-04-17"
This commit is contained in:
parent
3809375694
commit
b30297a483
@ -441,6 +441,7 @@ export const KnowledgeCutOffDate: Record<string, string> = {
|
|||||||
o1: "2023-10",
|
o1: "2023-10",
|
||||||
"o3-mini-2025-01-31": "2023-10",
|
"o3-mini-2025-01-31": "2023-10",
|
||||||
"o3-mini": "2023-10",
|
"o3-mini": "2023-10",
|
||||||
|
"o3-2025-04-16": "2024-01-06", //https://platform.openai.com/docs/models/o3
|
||||||
// After improvements,
|
// After improvements,
|
||||||
// it's now easier to add "KnowledgeCutOffDate" instead of stupid hardcoding it, as was done previously.
|
// it's now easier to add "KnowledgeCutOffDate" instead of stupid hardcoding it, as was done previously.
|
||||||
"gemini-pro": "2023-12",
|
"gemini-pro": "2023-12",
|
||||||
@ -519,6 +520,7 @@ const openaiModels = [
|
|||||||
"o1-preview",
|
"o1-preview",
|
||||||
"o3-mini",
|
"o3-mini",
|
||||||
"o3",
|
"o3",
|
||||||
|
"o3-2025-04-16",
|
||||||
"o4-mini",
|
"o4-mini",
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -546,6 +548,9 @@ const googleModels = [
|
|||||||
"gemini-2.0-flash-thinking-exp-01-21",
|
"gemini-2.0-flash-thinking-exp-01-21",
|
||||||
"gemini-2.0-pro-exp",
|
"gemini-2.0-pro-exp",
|
||||||
"gemini-2.0-pro-exp-02-05",
|
"gemini-2.0-pro-exp-02-05",
|
||||||
|
"gemini-2.5-pro-exp-03-25",
|
||||||
|
"gemini-2.5-pro-preview-05-06",
|
||||||
|
"gemini-2.5-flash-preview-04-17"
|
||||||
];
|
];
|
||||||
|
|
||||||
const anthropicModels = [
|
const anthropicModels = [
|
||||||
|
Loading…
Reference in New Issue
Block a user