updated opencode

This commit is contained in:
2026-05-08 11:13:55 +02:00
parent f9c2176b6c
commit bcfa803e12
+20 -1
View File
@@ -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"
}