mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Manage IsEnterpriseConfiguration for manual providers
This commit is contained in:
parent
ab84cf1093
commit
9404e83ec1
@ -133,6 +133,7 @@ public partial class ProviderDialog : MSGComponentBase, ISecretId
|
|||||||
_ => this.DataModel
|
_ => this.DataModel
|
||||||
},
|
},
|
||||||
IsSelfHosted = this.DataLLMProvider is LLMProviders.SELF_HOSTED,
|
IsSelfHosted = this.DataLLMProvider is LLMProviders.SELF_HOSTED,
|
||||||
|
IsEnterpriseConfiguration = false,
|
||||||
Hostname = cleanedHostname.EndsWith('/') ? cleanedHostname[..^1] : cleanedHostname,
|
Hostname = cleanedHostname.EndsWith('/') ? cleanedHostname[..^1] : cleanedHostname,
|
||||||
Host = this.DataHost,
|
Host = this.DataHost,
|
||||||
HFInferenceProvider = this.HFInferenceProviderId,
|
HFInferenceProvider = this.HFInferenceProviderId,
|
||||||
|
Loading…
Reference in New Issue
Block a user