mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-16 20:40:45 +00:00
13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"id": "google",
|
|
"providers": ["google", "google-gemini-cli"],
|
|
"providerAuthEnvVars": {
|
|
"google": ["GEMINI_API_KEY", "GOOGLE_API_KEY"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|