feat: 开发采集插件
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# 模型目录(可入库)。密钥不写在这里,只引用 .env 中的环境变量名。
|
||||
default: deepseek-v4-flash
|
||||
|
||||
models:
|
||||
- id: deepseek-v4-flash
|
||||
label: deepseek-v4-flash(快/省)
|
||||
provider: deepseek
|
||||
api_model: deepseek-v4-flash
|
||||
base_url: https://api.deepseek.com
|
||||
api_key_env: DEEPSEEK_API_KEY
|
||||
max_tokens: 4000
|
||||
# 本任务的提示词会让思维链一直推理到耗尽 max_tokens、正文为空,必须关闭。
|
||||
params:
|
||||
thinking:
|
||||
type: disabled
|
||||
|
||||
- id: deepseek-v4-pro
|
||||
label: deepseek-v4-pro(质量更好)
|
||||
provider: deepseek
|
||||
api_model: deepseek-v4-pro
|
||||
base_url: https://api.deepseek.com
|
||||
api_key_env: DEEPSEEK_API_KEY
|
||||
max_tokens: 4000
|
||||
params:
|
||||
thinking:
|
||||
type: disabled
|
||||
Reference in New Issue
Block a user