feat: set default reasoning effort to low for all AI requests

This commit is contained in:
shen
2026-09-15 22:06:52 +08:00
parent 35b493e652
commit 82b1ecdf84
3 changed files with 72 additions and 35 deletions
@@ -2,6 +2,7 @@
"provider": "compatible",
"endpoint": "https://codex.slcydia.fun/v1/responses",
"model": "gemini-3.7-flash-high",
"reasoningEffort": "low",
"apiKey": "sk-242EMNuXYjxSEktp91E8QqS8ejGs9XImrDddIA5JHXdeCKLSUcB91vrSmhyv45pf",
"description": "默认 AI 对话服务配置。provider 可选: compatible (OpenAI 兼容/CLIProxyAPI/OneAPI), openAi, gemini, mock"
}