mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-03-04 03:04:27 +08:00
feat:add amazon.nova model tool use support.
This commit is contained in:
@@ -296,7 +296,8 @@ export function showPlugins(provider: ServiceProvider, model: string) {
|
||||
}
|
||||
if (
|
||||
(provider == ServiceProvider.Bedrock && model.includes("claude-3")) ||
|
||||
model.includes("mistral-large")
|
||||
model.includes("mistral-large") ||
|
||||
model.includes("amazon.nova")
|
||||
) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user