2
0

opencode.jsonc 285 B

1234567891011121314
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "plugin": ["opencode-openai-codex-auth"],
  4. // "enterprise": {
  5. // "url": "http://localhost:3000",
  6. // },
  7. "provider": {
  8. "opencode": {
  9. "options": {
  10. // "baseURL": "http://localhost:8080",
  11. },
  12. },
  13. },
  14. }