dsh-codely
In-process DSH LLM adapter for the Codely LiteLLM gateway (codely.tuanjie.cn). No login state bundled: bring your own registered account credentials via CODELY_API_KEY / apiKey or your own ~/.codely-cli login state.
AI Analysis
用于将 Codely 平台模型接入 DSH 系统。适合需要调用 Codely 服务的开发者。必要条件:需自行提供 CODELY_API_KEY 或本地 CLI 登录凭据。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
apiKey | CODELY_API_KEY env | Static sk- key from your own Codely account |
codelyHome | ~/.codely-cli | Directory holding your own oauth_creds.json + org.json (official CLI login state) |
baseURL | https://codely-litellm.tuanjie.cn/v1 | LiteLLM gateway base URL |
models | GLM-5.3 only | Model list exposed to DSH |
sessionId | random UUID | litellm session id |
clientHeaders | gateway-required headers | UA / X-Stainless / litellm_session_id |
retryPolicy | resolved default | LLM retry policy |