Initial commit: 景耀JY1.0项目
This commit is contained in:
9
.deepcode/settings.json
Normal file
9
.deepcode/settings.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user