charlzyx/dshwork--packages-llm-provider-proxy0

@dshwork/llm-provider-proxy

Generic per-provider HTTP proxy for the DeepSeek Harness: one proxy URL plus a list of provider routes whose traffic should route through it.

包名
@dshwork/llm-provider-proxy
版本
0.1.3
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:charlzyx/dshwork#d91211ee1bd137bc856694f00635fb4664947656&path:packages/llm-provider-proxy

配置(settings.yaml,热生效)

dsh-provider-proxy:
  proxy: http://127.0.0.1:7897      # 一个 HTTP 代理(Clash/ClashX/公司代理均可)
  providers:                         # 哪些 provider 走这个代理
    - openai-codex
    - anthropic