alaxrpg/dsh-sensenova-provider ↗★ 0
@alaxrpg/dsh-sensenova-provider
Unofficial DeepSeek Harness LLM provider plugin for SenseNova (OpenAI-compatible). Registers the 'sensenova' provider route with multi-account API-key rotation, a Models-page card, and a live model catalog.
安装
$
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.