mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +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-]+)?',
|
||||
'ling-\\w+(?:-[\\w-]+)?',
|
||||
'ring-\\w+(?:-[\\w-]+)?',
|
||||
'minimax-m2'
|
||||
'minimax-m2',
|
||||
'mimo-v2-flash'
|
||||
] as const
|
||||
|
||||
const FUNCTION_CALLING_EXCLUDED_MODELS = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user