charlzyx/dshwork--packages-llm-provider-proxy ↗★ 0
@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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:charlzyx/dshwork#d91211ee1bd137bc856694f00635fb4664947656&path:packages/llm-provider-proxy说明文档
阅读完整 README ↗配置(settings.yaml,热生效)
dsh-provider-proxy:
proxy: http://127.0.0.1:7897 # 一个 HTTP 代理(Clash/ClashX/公司代理均可)
providers: # 哪些 provider 走这个代理
- openai-codex
- anthropic