diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 776555227..33aa0ec8f 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -148,7 +148,7 @@ files = []; selectedToolIds = []; webSearchEnabled = false; - webSearchEnabled = false; + thinkingEnabled = false; imageGenerationEnabled = false; if (localStorage.getItem(`chat-input${chatIdProp ? `-${chatIdProp}` : ''}`)) {