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

This commit is contained in:
Yefori 2024-08-06 13:37:27 +08:00 committed by GitHub
parent 1c043b8426
commit bd3ed89516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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