diff --git a/.opencode/opencode.json b/.opencode/opencode.json new file mode 100644 index 0000000..8a69367 --- /dev/null +++ b/.opencode/opencode.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://opencode.ai/config.json", + "model": "openai/gpt-5.6-terra", + "provider": { + "openai": { + "options": { + "apiKey": "{env:OPENAI_API_KEY}" + } + } + } +}