This commit is contained in:
Parth Sareen 2026-01-06 15:39:46 +05:30 committed by GitHub
commit dcd4814274
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -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