added opencode

This commit is contained in:
2026-06-10 07:19:56 +00:00
parent 112eb30244
commit 20b5417e30
4 changed files with 64 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"$schema": "https://opencode.ai/config.json",
"model": "ollama/qwen3:8b-16k",
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "http://10.1.1.16:11434/v1"
},
"models": {
"qwen3:8b-16k": {
"tools": true
}
}
}
}
}