mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-28 12:42:57 +00:00
3 lines
597 B
Plaintext
3 lines
597 B
Plaintext
@using AIStudio.Settings
|
|
@inherits ConfigurationBaseCore
|
|
<ConfigurationSelect Disabled="@(() => this.IsDisabled)" OptionDescription="@T("Select a minimum confidence level")" SelectedValue="@this.FilteredSelectedValue" Data="@ConfigurationSelectDataFactory.GetConfidenceLevelsData(this.SettingsManager, this.RestrictToGlobalMinimumConfidence)" SelectionUpdate="@this.SelectionUpdate" OptionHelp="@T("Choose the minimum confidence level that all LLM providers must meet. This way, you can ensure that only trustworthy providers are used. You cannot use any provider that falls below this level.")"/> |