jiesou/dsh-cline-free-provider0

@jiesou/dsh-cline-free-provider

Cline free models provider for dsh: scan the Cline model catalog dynamically and serve the :free models through the harness LLM seam

AI 분석

核心用途是免配置接入 Cline 平台提供的免费 AI 模型。适合想要拓展免费可用模型资源的用户。API Key 可通过 DSH 凭据服务保存。

패키지
@jiesou/dsh-cline-free-provider
버전
0.1.2
라이선스
MIT
최근 업데이트
2026. 8. 17.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jiesou/dsh-cline-free-provider

配置项

全部可选,默认即可用:

- 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
配置项类型默认值说明
apiKeyEnvstring"CLINE_API_KEY"读取 API Key 的环境变量名(或 credential ref)
baseURLstring"https://api.cline.bot/api/v1"Cline 网关 base URL
defaultMaxTokensnumber32768模型无精确 maxTokens 时的兜底值
defaultContextWindownumber262144模型无精确 contextWindow 时的兜底值