From c282c209bdbee55819af9ee18df746f6a07f7a18 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 3 Dec 2024 13:34:02 +0100 Subject: [PATCH] Changed state --- app/MindWork AI Studio/Provider/LLMProvidersExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };