opencode.jsonc 217 B

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