blob: 2a4558e4288804bba8e70be31ec2b51a440c39fb (
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",
},
},
},
}
|