dsh-llm-qwen
Qwen (DashScope compatible-mode) LLM adapter plugin for DeepSeek Harness, with a settings-page API-key editor
AI Analysis
核心用途是在 DSH 中接入并使用 Qwen 系列大模型。适合希望在 DSH 框架下调用通义千问进行推理、编码等任务的用户。
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 ↗配置(llm-qwen: settings 段,热更新,可省略全部)
| 键 | 默认 | 说明 |
|---|---|---|
apiKeyEnv | DASHSCOPE_API_KEY | 凭证引用名(Models 页填的 key 就存这里) |
baseURL | https://dashscope.aliyuncs.com/compatible-mode/v1 | 兼容模式端点 |
thinking | enabled | 是否默认启用思考 |
reasoningEffort | on | off / on |
maxTokens | 16384 | 默认输出上限 |
defaultContextWindow | 131072 | 默认上下文窗口 |
models | 见 DEFAULT_MODELS | 模型目录(id/name/contextWindow/maxTokens/inputModalities) |
streamIdleTimeoutMs | 300000 | 流空闲超时 |
retryPolicy | 标准重试 | 见 @deepseek-ai/dsh-llm |