mirror of
https://github.com/ollama/ollama.git
synced 2026-04-18 09:03:35 -04:00
app: allow more agentic models to use web search
This commit is contained in:
@@ -153,7 +153,10 @@ function ChatForm({
|
||||
const supportsWebSearch =
|
||||
modelLower.startsWith("gpt-oss") ||
|
||||
modelLower.startsWith("qwen3") ||
|
||||
modelLower.startsWith("deepseek-v3");
|
||||
modelLower.startsWith("deepseek-v3") ||
|
||||
modelLower.startsWith("kimi-k2") ||
|
||||
modelLower.startsWith("minimax") ||
|
||||
modelLower.startsWith("glm");
|
||||
// Use per-chat thinking level instead of global
|
||||
const thinkLevel: ThinkingLevel =
|
||||
settingsThinkLevel === "none" || !settingsThinkLevel
|
||||
|
||||
Reference in New Issue
Block a user