mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-04-24 20:14:25 +08:00
增加bedrock最新nova模型,包括image解析的支持
This commit is contained in:
@@ -264,6 +264,8 @@ export function isVisionModel(model: string) {
|
||||
"learnlm",
|
||||
"qwen-vl",
|
||||
"qwen2-vl",
|
||||
"nova-lite",
|
||||
"nova-pro",
|
||||
];
|
||||
const isGpt4Turbo =
|
||||
model.includes("gpt-4-turbo") && !model.includes("preview");
|
||||
|
||||
Reference in New Issue
Block a user