From ada3fae90fc8e3b163eaf986088d4df21d5eee97 Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Tue, 4 Mar 2025 17:26:20 -0600 Subject: [PATCH] minor change --- .../instruction/instruction-components/instruction-llm.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/page/instruction/instruction-components/instruction-llm.svelte b/src/routes/page/instruction/instruction-components/instruction-llm.svelte index d0f269c9..7502af47 100644 --- a/src/routes/page/instruction/instruction-components/instruction-llm.svelte +++ b/src/routes/page/instruction/instruction-components/instruction-llm.svelte @@ -24,6 +24,8 @@ afterUpdate(() => { if (selectedProvider) { onProviderChanged(selectedModel); + } else { + selectedModel = null; } });