memory search & weekly report

This commit is contained in:
2026-07-17 09:24:02 +08:00
parent 92fde19056
commit ef5e9fc9ab
10 changed files with 241 additions and 86 deletions
+39
View File
@@ -368,6 +368,45 @@
"apiKey": "sk-vaYyq9RwzyLlvAvHHUXzOTWkbioP76YW58vKuplq2npSkfZr",
"api": "openai-completions",
"models": []
},
"deepseek": {
"baseUrl": "https://api.deepseek.com/v1",
"apiKey": "DEEPSEEK_API_KEY",
"api": "openai-completions",
"models": [
{
"id": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 1,
"output": 2,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 1000000,
"maxTokens": 384000
},
{
"id": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 1,
"output": 2,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 1000000,
"maxTokens": 384000
}
]
}
}
}