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

pull/6984/head
Yefori 2 years ago committed by GitHub
parent 1c043b8426
commit bd3ed89516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save