add opencode configuration with symlink support
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user