blob: 97b5cef2cbc833a73588361700328c36f5649469 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-openai-codex-auth"],
"provider": {
"opencode": {
"options": {
"baseURL": "http://localhost:8080",
},
},
},
}
|