Files
runner-test/.opencode/opencode.json
T
pauljd bd2e104926
Davidson CI / quality (push) Successful in 12s
Add OpenCode AI reviewer configuration
2026-09-08 16:42:36 +01:00

12 lines
197 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"model": "openai/gpt-5.6-terra",
"provider": {
"openai": {
"options": {
"apiKey": "{env:OPENAI_API_KEY}"
}
}
}
}