mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-12 14:32:10 +00:00
Forgot to remove all traces of text overrideability
This commit is contained in:
parent
a4aab0c945
commit
d17fe3bbd5
@ -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"),
|
||||
|
||||
@ -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,
|
||||
-- -- },
|
||||
--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user