mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 21:35:52 +08:00
feat(models): add grok-3 support to FUNCTION_CALLING_MODELS
This commit is contained in:
parent
f5f7e2ad3c
commit
31ef75f34d
@ -210,7 +210,8 @@ export const FUNCTION_CALLING_MODELS = [
|
|||||||
'deepseek',
|
'deepseek',
|
||||||
'glm-4(?:-[\\w-]+)?',
|
'glm-4(?:-[\\w-]+)?',
|
||||||
'learnlm(?:-[\\w-]+)?',
|
'learnlm(?:-[\\w-]+)?',
|
||||||
'gemini(?:-[\\w-]+)?' // 提前排除了gemini的嵌入模型
|
'gemini(?:-[\\w-]+)?', // 提前排除了gemini的嵌入模型
|
||||||
|
'grok-3(?:-[\\w-]+)?'
|
||||||
]
|
]
|
||||||
|
|
||||||
const FUNCTION_CALLING_EXCLUDED_MODELS = [
|
const FUNCTION_CALLING_EXCLUDED_MODELS = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user