alaxrpg/dsh-sensenova-provider0

@alaxrpg/dsh-sensenova-provider

SenseNova(商汤日日新)的非官方 DSH LLM 服务商插件(兼容 OpenAI),支持多账号 API 密钥轮换、模型页卡片及实时模型目录

AI 分析

核心用途是在 DSH 中接入和使用商汤日日新大模型。适合拥有 SenseNova 接口额度、需要多账号轮换调用该模型进行对话或任务处理的用户。

套件
@alaxrpg/dsh-sensenova-provider
版本
0.1.0-alpha.3
授權
MIT
最近更新
2026年9月3日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:alaxrpg/dsh-sensenova-provider

Configuration

The plugin installs a llm-sensenova settings section with these fields:

FieldTypeDefaultMeaning
apiBasestringhttps://token.sensenova.cn/v1Shared base URL for all accounts.
apiKeyEnvcredential-refSENSENOVA_API_KEYDefault account credential reference.
accounts[]array[]Extra accounts: { id, label, apiKeyEnv }.
activeAccountstring""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.