Forgot to remove all traces of text overrideability

This commit is contained in:
Peer Schütt 2026-07-03 12:07:05 +02:00
parent a4aab0c945
commit d17fe3bbd5
2 changed files with 1 additions and 3 deletions

View File

@ -435,7 +435,6 @@ public partial class ProviderDialog : MSGComponentBase, ISecretId
private string GetCapabilityOverrideLabel(Capability capability) => capability switch
{
Capability.TEXT_INPUT => T("Text input"),
Capability.AUDIO_INPUT => T("Audio input"),
Capability.MULTIPLE_IMAGE_INPUT => T("Multiple image input"),
Capability.SPEECH_INPUT => T("Speech input"),

View File

@ -75,11 +75,10 @@ CONFIG["LLM_PROVIDERS"] = {}
--
-- -- Optional: expert capability overrides.
-- -- Allowed keys are exactly:
-- -- TEXT_INPUT, AUDIO_INPUT, MULTIPLE_IMAGE_INPUT, SPEECH_INPUT, VIDEO_INPUT, ALWAYS_REASONING
-- -- AUDIO_INPUT, MULTIPLE_IMAGE_INPUT, SPEECH_INPUT, VIDEO_INPUT, ALWAYS_REASONING
-- -- Allowed values are booleans only.
-- -- Missing keys keep the automatic capability detection result.
-- -- ["CapabilityOverrides"] = {
-- -- ["TEXT_INPUT"] = true,
-- -- ["VIDEO_INPUT"] = false,
-- -- },
--