Files
docker-compose-cookbooks/opencode/config/config.json
T
2026-06-20 21:17:53 +00:00

21 lines
438 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"model": "qwen3:8b-16k",
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "http://localhost:11434/api/v1"
},
"models": {
"qwen3:8b-16k": {
"name": "Qwen3 8B (16k UI-Context)",
"tools": true,
"limit": {
"maxTokens": 8192
}
}
}
}
}
}