ABccgh/dsh-account-balance ↗★ 0
dsh-account-balance
DeepSeek account balance for the DSH Web GUI: an authenticated host route reading GET /user/balance, and a sidebar-footer badge that renders it.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
apiKeyEnv | DEEPSEEK_API_KEY | Credential reference name resolved through the credentials seam on each request |
baseURL | https://api.deepseek.com | Provider base; the route appends /user/balance |
refreshSeconds | 60 | Poll period the badge uses, reported to the browser by the route |
cacheSeconds | 30 | How long one upstream read is reused across requests and tabs |
timeoutMs | 8000 | Per-request budget for the upstream call |