mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 19:45:56 +08:00
add deepseek-reasoner (#12898)
This commit is contained in:
parent
6fad719e42
commit
9903f1e703
@ -1,2 +1,3 @@
|
|||||||
- deepseek-chat
|
- deepseek-chat
|
||||||
- deepseek-coder
|
- deepseek-coder
|
||||||
|
- deepseek-reasoner
|
||||||
|
@ -0,0 +1,16 @@
|
|||||||
|
model: deepseek-reasoner
|
||||||
|
label:
|
||||||
|
zh_Hans: deepseek-reasoner
|
||||||
|
en_US: deepseek-reasoner
|
||||||
|
model_type: llm
|
||||||
|
features:
|
||||||
|
- agent-thought
|
||||||
|
model_properties:
|
||||||
|
mode: chat
|
||||||
|
context_size: 128000
|
||||||
|
parameter_rules:
|
||||||
|
- name: max_tokens
|
||||||
|
use_template: max_tokens
|
||||||
|
min: 1
|
||||||
|
max: 8192
|
||||||
|
default: 4096
|
Loading…
x
Reference in New Issue
Block a user