diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 89fa81462..bb4544b78 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -813,6 +813,10 @@ imageGenerationEnabled = true; } + if ($page.url.searchParams.get('code-interpreter') === 'true') { + codeInterpreterEnabled = true; + } + if ($page.url.searchParams.get('tools')) { selectedToolIds = $page.url.searchParams .get('tools')