From 563a99864fefdcd763e590935d7557e958fe28cb Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Thu, 20 Nov 2025 16:55:07 -0800 Subject: [PATCH] LLMs: showThoughts: default to false --- src/common/stores/llms/llms.parameters.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/stores/llms/llms.parameters.ts b/src/common/stores/llms/llms.parameters.ts index 61b9e161b..546653172 100644 --- a/src/common/stores/llms/llms.parameters.ts +++ b/src/common/stores/llms/llms.parameters.ts @@ -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: {