Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions astrbot/core/config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -2235,6 +2235,11 @@
"type": "bool",
"hint": "关闭 Ollama 思考模式。",
},
"reasoning_key": {
"description": "思考内容字段名",
"type": "string",
"hint": "从响应中提取思考内容的字段名。默认 reasoning_content(DeepSeek/Moonshot/阿里百炼等);OpenRouter 及其兼容中转渠道使用 reasoning。",
},
"custom_extra_body": {
"description": "自定义请求体参数",
"type": "dict",
Expand Down
Loading