Changed state

This commit is contained in:
Thorsten Sommer 2024-12-03 13:34:02 +01:00
parent cc6d7ca6a9
commit c282c209bd
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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,
};