💄 style: add fc ability to deepseek-reasoner model (#8006)

This commit is contained in:
Arvin Xu
2025-05-29 23:17:29 +08:00
committed by GitHub
parent ed2ce8d32f
commit 1511c7531d
+1
View File
@@ -22,6 +22,7 @@ const deepseekChatModels: AIChatModelCard[] = [
},
{
abilities: {
functionCall: true,
reasoning: true,
},
contextWindowTokens: 65_536,