diff --git a/.config/opencode/opencode.json b/.config/opencode/opencode.json index 6b7c506..97ad62d 100644 --- a/.config/opencode/opencode.json +++ b/.config/opencode/opencode.json @@ -27,5 +27,24 @@ }, "enabled": true } - } + }, + "provider": { + "qwen-lan": { + "npm": "@ai-sdk/openai-compatible", + "name": "Qwen LAN llama.cpp", + "options": { + "baseURL": "http://192.168.178.38:8080/v1", + "apiKey": "none", + "timeout": 600000, + "chunkTimeout": 60000 + }, + "models": { + "qwen3.6-27b": { + "name": "Qwen3.6 27B LAN" + } + } + } + }, + "model": "qwen-lan/qwen3.6-27b", + "small_model": "qwen-lan/qwen3.6-27b" }