LLMs: showThoughts: default to false

This commit is contained in:
Enrico Ros
2025-11-20 16:55:07 -08:00
parent 39b8abc2c6
commit 563a99864f
+1 -1
View File
@@ -164,7 +164,7 @@ export const DModelParameterRegistry = {
label: 'Show Thoughts',
type: 'boolean' as const,
description: 'Show Gemini\'s reasoning process',
initialValue: true,
// initialValue: true, // no initial value
} as const,
llmVndGeminiThinkingBudget: {