Compare commits

...

4 Commits

Author SHA1 Message Date
dupl
bf48fa0c92
Merge 2c6cddaa50 into 814fd2786e 2025-07-01 01:08:36 +00:00
GH Action - Upstream Sync
2c6cddaa50 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2025-07-01 01:08:31 +00:00
GH Action - Upstream Sync
76a33f271c Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2025-06-20 01:00:40 +00:00
dupl
bb9933c7c6
update the lastest Gemini models 2025-06-19 18:12:49 +08:00

View File

@ -483,6 +483,7 @@ export const VISION_MODEL_REGEXES = [
/gemini-1\.5/,
/gemini-exp/,
/gemini-2\.0/,
/gemini-2\.5/,
/learnlm/,
/qwen-vl/,
/qwen2-vl/,
@ -543,7 +544,6 @@ const googleModels = [
"gemini-1.5-flash",
"gemini-1.5-flash-8b",
"gemini-1.5-flash-002",
"learnlm-1.5-pro-experimental",
"gemini-exp-1206",
"gemini-2.0-flash",
"gemini-2.0-flash-exp",
@ -553,7 +553,10 @@ const googleModels = [
"gemini-2.0-flash-thinking-exp-01-21",
"gemini-2.0-pro-exp",
"gemini-2.0-pro-exp-02-05",
"gemini-2.5-pro-preview-06-05",
"gemini-2.5-pro",
"gemini-2.5-flash",
"gemini-2.5-flash-lite-preview-06-17",
"learnlm-2.0-flash-experimental",
];
const anthropicModels = [