feat: add function calling for deepseek models (#6990)

This commit is contained in:
Yefori 2024-08-06 13:37:27 +08:00 committed by Joel
parent 1e04418023
commit 443d929137
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ label:
model_type: llm
features:
- agent-thought
- multi-tool-call
- stream-tool-call
model_properties:
mode: chat
context_size: 128000

View File

@ -5,6 +5,8 @@ label:
model_type: llm
features:
- agent-thought
- multi-tool-call
- stream-tool-call
model_properties:
mode: chat
context_size: 128000