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 503f1d8d1d
commit db7ec7404f
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": "***REMOVED***",
"description": "默认 AI 对话服务配置。provider 可选: compatible (OpenAI 兼容/CLIProxyAPI/OneAPI), openAi, gemini, mock"
}