updated opencode config

This commit is contained in:
2026-06-20 21:17:53 +00:00
parent a3333d344c
commit bc4ed4957e
4 changed files with 28 additions and 10 deletions
+7 -3
View File
@@ -1,15 +1,19 @@
{
"$schema": "https://opencode.ai/config.json",
"model": "ollama/qwen3:8b-16k",
"model": "qwen3:8b-16k",
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "http://10.1.1.16:11434/v1"
"baseURL": "http://localhost:11434/api/v1"
},
"models": {
"qwen3:8b-16k": {
"tools": true
"name": "Qwen3 8B (16k UI-Context)",
"tools": true,
"limit": {
"maxTokens": 8192
}
}
}
}