add opencode configuration with symlink support

This commit is contained in:
2026-05-07 09:52:03 -07:00
parent 8630f6318e
commit b52849f1dc
3 changed files with 44 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"openwebui": {
"npm": "@ai-sdk/openai-compatible",
"name": "OpenWebUI",
"options": {
"baseURL": "https://ai.zamudio.dev/api",
"apiKey": "sk-7addc83e72534547a3b0df9759517d14"
},
"models": {
"Qwen3.6-35B-A3B": {
"name": "Qwen3.6-35B-A3B"
},
"Qwen3.6-27B": {
"name": "Qwen3.6-27B"
}
}
}
}
}