alaxrpg/dsh-sensenova-provider ↗★ 0
@alaxrpg/dsh-sensenova-provider
SenseNova(商汤日日新)的非官方 DSH LLM 服务商插件(兼容 OpenAI),支持多账号 API 密钥轮换、模型页卡片及实时模型目录
AI 分析
核心用途是在 DSH 中接入和使用商汤日日新大模型。适合拥有 SenseNova 接口额度、需要多账号轮换调用该模型进行对话或任务处理的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:alaxrpg/dsh-sensenova-provider說明文件
閱讀完整 README ↗Configuration
The plugin installs a llm-sensenova settings section with these fields:
| Field | Type | Default | Meaning |
|---|---|---|---|
apiBase | string | https://token.sensenova.cn/v1 | Shared base URL for all accounts. |
apiKeyEnv | credential-ref | SENSENOVA_API_KEY | Default account credential reference. |
accounts[] | array | [] | Extra accounts: { id, label, apiKeyEnv }. |
activeAccount | string | "" | Preferred account id; empty means auto / first usable. |
API keys are stored through the DSH credentials service; they are never logged and never sent to the model.