updated opencode
This commit is contained in:
@@ -27,5 +27,24 @@
|
|||||||
},
|
},
|
||||||
"enabled": true
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user