Initial commit: 景耀JY1.0项目

This commit is contained in:
Developer
2026-05-21 09:46:02 +08:00
parent 4969870de8
commit fd70670235
90 changed files with 10278 additions and 1508 deletions

9
.deepcode/settings.json Normal file
View File

@@ -0,0 +1,9 @@
{
"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
}