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.
AI Analysis
核心用途是解决特定大模型服务商的国内网络连接问题。适合需要为 OpenAI、Anthropic 等特定通道单独配置网络代理的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:charlzyx/dshwork#d91211ee1bd137bc856694f00635fb4664947656&path:packages/llm-provider-proxyREADME
Read the full README ↗配置(settings.yaml,热生效)
dsh-provider-proxy:
proxy: http://127.0.0.1:7897 # 一个 HTTP 代理(Clash/ClashX/公司代理均可)
providers: # 哪些 provider 走这个代理
- openai-codex
- anthropic