38384-vm/opencode.json
2026-02-12 16:38:08 +00:00

16 lines
253 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"provider": {
"openai": {
"options": {
"apiKey": "{env:OPENAI_API_KEY}"
}
},
"google": {
"options": {
"apiKey": "{env:GOOGLE_API_KEY}"
}
}
}
}