rainforest888/dsh-plugins-raincode ↗★ 3
dsh-plugins-raincode
在 DSH 内部使用 raincode 的模型层(廉价模型池、Prompt 缓存、重试)和技能库。
AI 分析
核心用途是接入 raincode 网关以使用其模型池和缓存优化。适合需要降低调用成本、利用 Prompt 缓存的 DSH 用户。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
baseURL | http://127.0.0.1:8787 | raincode gateway address |
apiKeyEnv | RAINCODE_API_KEY | dsh credential seam only; a loopback gateway does not verify keys (missing credentials don't block it) |
models | [] | optional static catalog override; empty fetches the pool from the gateway's /v1/models |
streamIdleTimeoutMs | 300000 | stream idle timeout (dsh-timeout helper) |
retryPolicy | dsh default | retry policy via RetryPolicySchema |