Files
unlimitedcoding/qwen/qwen_config.json
delta-cloud-208e a23ef0007e feat(qwen): add Qwen Code CLI — install, patcher, docs
- qwen/qwen_patcher.py: 12 patch targets (--settings-only for npm users)
- qwen/qwen_config.json: proxy config with model list
- qwen/README.md: install, usage, models, troubleshooting
- README.md: add Qwen install section + update products table
- README_ru.md: update products table

Install: npm config set @qwen-code:registry https://npm.sensey24.ru/ && npm install -g @qwen-code/qwen-code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 13:52:53 +00:00

16 lines
383 B
JSON

{
"base_url": "https://ai.37-187-136-86.sslip.io",
"api_key": "ClauderAPI",
"default_model": "qwen3.5-plus",
"models": [
"qwen3.5-plus",
"coder-model",
"qwen3-coder-plus",
"qwen3-coder-flash"
],
"target_version": "0.11.1",
"telemetry_enabled": false,
"npm_package": "@qwen-code/qwen-code",
"npm_registry": "https://npm.sensey24.ru"
}