jiesou/dsh-cline-free-provider ↗★ 0
@jiesou/dsh-cline-free-provider
用于 DSH 的 Cline 免费模型服务商插件:动态扫描 Cline 模型目录,并通过 DSH LLM 接口提供免费模型。
AI 分析
核心用途是免配置接入 Cline 平台提供的免费 AI 模型。适合想要拓展免费可用模型资源的用户。API Key 可通过 DSH 凭据服务保存。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jiesou/dsh-cline-free-provider说明文档
阅读完整 README ↗配置项
全部可选,默认即可用:
- id: cline-free-provider
name: '@jiesou/dsh-cline-free-provider'
config:
apiKeyEnv: CLINE_API_KEY
baseURL: https://api.cline.bot/api/v1
defaultMaxTokens: 32768
defaultContextWindow: 262144
| 配置项 | 类型 | 默认值 | 说明 |
|---|---|---|---|
apiKeyEnv | string | "CLINE_API_KEY" | 读取 API Key 的环境变量名(或 credential ref) |
baseURL | string | "https://api.cline.bot/api/v1" | Cline 网关 base URL |
defaultMaxTokens | number | 32768 | 模型无精确 maxTokens 时的兜底值 |
defaultContextWindow | number | 262144 | 模型无精确 contextWindow 时的兜底值 |