Initial commit: 景耀JY1.0项目
This commit is contained in:
File diff suppressed because one or more lines are too long
21
.deepcode/projects/D-Microsoft VS Code/sessions-index.json
Normal file
21
.deepcode/projects/D-Microsoft VS Code/sessions-index.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"version": 1,
|
||||
"entries": [
|
||||
{
|
||||
"id": "05430cda-97de-4f23-a518-bd95e3640131",
|
||||
"summary": "1",
|
||||
"assistantReply": null,
|
||||
"assistantThinking": null,
|
||||
"assistantRefusal": null,
|
||||
"toolCalls": null,
|
||||
"status": "failed",
|
||||
"failReason": "OpenAI API key not found",
|
||||
"usage": null,
|
||||
"activeTokens": 0,
|
||||
"createTime": "2026-05-20T00:37:12.043Z",
|
||||
"updateTime": "2026-05-20T00:37:13.611Z",
|
||||
"processes": null
|
||||
}
|
||||
],
|
||||
"originalPath": "D:\\Microsoft VS Code"
|
||||
}
|
||||
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