Add files via upload

This commit is contained in:
公明
2026-07-24 14:53:44 +08:00
committed by GitHub
parent 7d1e9bdac4
commit c326adbb66
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ ai:
api_key: sk-xxxxxxx
model: qwen3-max
max_total_tokens: 120000
max_completion_tokens: 16384
max_completion_tokens: 32768
# Eino 路径模型推理:DeepSeek/OpenAI 为 thinking / reasoning_effortClaude 4.6+ 为 adaptive + output_config.effort(仅显式配置 effort 时下发);3.7 为 enabled+budget_tokens:10000(文档示例),effort 不映射,自定义预算用 extra_request_fields
reasoning:
mode: on # auto | on | offoffOpenAI/Claude 不附加推理字段,DeepSeek 发送 thinking.type=disabled(其默认开启思考)