mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-21 16:01:35 +08:00
fix: add tool use capability
This commit is contained in:
parent
1ec8492f7e
commit
9804073bc3
@ -30,7 +30,8 @@ export const FUNCTION_CALLING_MODELS = [
|
|||||||
'kimi-k2(?:-[\\w-]+)?',
|
'kimi-k2(?:-[\\w-]+)?',
|
||||||
'ling-\\w+(?:-[\\w-]+)?',
|
'ling-\\w+(?:-[\\w-]+)?',
|
||||||
'ring-\\w+(?:-[\\w-]+)?',
|
'ring-\\w+(?:-[\\w-]+)?',
|
||||||
'minimax-m2'
|
'minimax-m2',
|
||||||
|
'mimo-v2-flash'
|
||||||
] as const
|
] as const
|
||||||
|
|
||||||
const FUNCTION_CALLING_EXCLUDED_MODELS = [
|
const FUNCTION_CALLING_EXCLUDED_MODELS = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user