Merge branch 'main' of gitlab.com:blankinator/dotfiles

This commit is contained in:
2026-05-08 09:14:42 +00:00
+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"
}