mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 23:21:37 +00:00
Added support for Mistral 3.2
This commit is contained in:
parent
c836de5a2c
commit
a4e523aec3
@ -168,7 +168,8 @@ public static partial class ProviderExtensions
|
|||||||
Capability.CHAT_COMPLETION_API,
|
Capability.CHAT_COMPLETION_API,
|
||||||
];
|
];
|
||||||
|
|
||||||
if (modelName.IndexOf("3.1") is not -1)
|
if (modelName.IndexOf("3.1") is not -1 ||
|
||||||
|
modelName.IndexOf("3.2") is not -1)
|
||||||
return
|
return
|
||||||
[
|
[
|
||||||
Capability.TEXT_INPUT, Capability.MULTIPLE_IMAGE_INPUT,
|
Capability.TEXT_INPUT, Capability.MULTIPLE_IMAGE_INPUT,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user