feat(opencode): initial opencode config

This commit is contained in:
2026-01-22 07:30:59 -05:00
parent faef8da677
commit 0c55be8e71

View File

@@ -0,0 +1,21 @@
{
"disabled_providers": ["opencode"],
"$schema": "https://opencode.ai/config.json",
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"name": "AquaAI",
"options": {
"baseURL": "https://ollama.aquamorph.com/v1"
},
"models": {
"gpt-oss:20b": {
"name": "GPT OSS 20b"
},
"hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": {
"name": "Qwen3 4b"
}
}
}
}
}