14 lines
304 B
JSON
14 lines
304 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": ["opencode-gemini-auth@latest"],
|
|
// "model": "google/gemini-2.5-flash",
|
|
"provider": {
|
|
"google": {
|
|
"options": {
|
|
"projectId": "gen-lang-client-0842463959",
|
|
// "model": "google/gemini-2.5-flash"
|
|
}
|
|
}
|
|
}
|
|
}
|