mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-29 12:11:37 +00:00
Merge fe9a6f1957 into 658a8aa125
This commit is contained in:
commit
6215667154
@ -157,6 +157,16 @@ public static partial class ProviderExtensions
|
||||
Capability.CHAT_COMPLETION_API,
|
||||
];
|
||||
|
||||
if (modelName.IndexOf("mistral-small-") is not -1)
|
||||
return
|
||||
[
|
||||
Capability.TEXT_INPUT, Capability.MULTIPLE_IMAGE_INPUT,
|
||||
Capability.TEXT_OUTPUT, Capability.OPTIONAL_REASONING,
|
||||
|
||||
Capability.FUNCTION_CALLING,
|
||||
Capability.CHAT_COMPLETION_API,
|
||||
];
|
||||
|
||||
if (modelName.IndexOf("voxtral-") is not -1)
|
||||
return
|
||||
[
|
||||
|
||||
Loading…
Reference in New Issue
Block a user