chore: 提醒改钉钉、备份脚本修复、media清理、杂项同步

This commit is contained in:
2026-07-16 11:47:13 +08:00
parent b18da6d25c
commit bc3980bae6
105 changed files with 60 additions and 20411 deletions
@@ -3,7 +3,6 @@
"providers": {
"deepseek": {
"baseUrl": "https://api.deepseek.com/v1",
"api": "openai-completions",
"models": [
{
"id": "deepseek-v4-pro",
@@ -34,11 +33,12 @@
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 131072,
"maxTokens": 32768
"contextWindow": 1000000,
"maxTokens": 384000
}
],
"apiKey": "sk-893b90b270ad4697a0b0b24969964d79"
"api": "openai-completions",
"apiKey": "DEEPSEEK_API_KEY"
}
}
}