diff --git a/frontend/src/lib/components/AIProviderPicker.svelte b/frontend/src/lib/components/AIProviderPicker.svelte index 562aec5939..36226c9c34 100644 --- a/frontend/src/lib/components/AIProviderPicker.svelte +++ b/frontend/src/lib/components/AIProviderPicker.svelte @@ -99,9 +99,6 @@ const resourcePath = resourceValueToPath(resourceValue) filterText = '' - if (value) { - value.model = undefined - } if (provider && resourcePath) { loadModels(abortController.signal)