KamiYA7/dsh-balance-widget--packages-dsh-client-ui-balance-widget ↗★ 0
@deepseek-ai/dsh-client-ui-balance-widget
Bottom-right floating widget showing the DeepSeek API balance
AI Analysis
核心用途是在 DSH 界面右下角提供直观的余额悬浮展示。适合需要随时监控 API 余额消耗、防止额度耗尽的用户。需要配合后端余额端点插件并配置 API Key 使用。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置 / Configuration
余额经 DEEPSEEK_API_KEY 凭据读取,三种来源任选其一:
- dsh Web 的 Models 设置页(推荐,自动写入凭据管理)
- 环境变量
DEEPSEEK_API_KEY llm-deepseek设置段的apiKeyEnv引用
可选:llm-deepseek.baseURL 或环境变量 DEEPSEEK_BASE_URL 可覆盖接口地址(默认为 https://api.deepseek.com)。