Files
JY1.0/.deepcode/settings.json
2026-05-21 09:46:02 +08:00

9 lines
363 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"env": {
"MODEL": "deepseek-v4-pro", // 你也可以换成 deepseek-v4-flash后者响应更快
"BASE_URL": "https://api.deepseek.com",
"API_KEY": "sk-29bb79324c604ff79cb9c6108ef6e2ba"
},
"thinkingEnabled": true, // 开启深度思考模式让AI的回答更周全
"reasoningEffort": "max" // 控制推理强度,可选 high 或 max
}