devbox/assets/opencode/config.json
2026-05-06 15:01:35 -07:00

19 lines
358 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "http://192.168.64.1:11434/v1"
},
"models": {
"qwen3.5:9b": {
"tools": true
},
"qwen3.6:27b": {
"tools": true
}
}
}
}
}