diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index fc663a3e2a..b4df96204b 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -192,6 +192,8 @@ codeInterpreterEnabled = input.codeInterpreterEnabled; } } catch (e) {} + } else { + await setDefaults(); } const chatInput = document.getElementById('chat-input');