diff --git a/app/MindWork AI Studio/Provider/LLMProvidersExtensions.cs b/app/MindWork AI Studio/Provider/LLMProvidersExtensions.cs index cfb98438..26b4b571 100644 --- a/app/MindWork AI Studio/Provider/LLMProvidersExtensions.cs +++ b/app/MindWork AI Studio/Provider/LLMProvidersExtensions.cs @@ -91,7 +91,7 @@ public static class LLMProvidersExtensions // // Self-hosted providers are treated as a special case anyway. // - LLMProviders.SELF_HOSTED => false, + LLMProviders.SELF_HOSTED => true, _ => false, };