mirror of https://github.com/openclaw/openclaw.git
38 lines
1023 B
JSON
38 lines
1023 B
JSON
{
|
|
"id": "google",
|
|
"providers": ["google", "google-gemini-cli"],
|
|
"providerAuthEnvVars": {
|
|
"google": ["GEMINI_API_KEY", "GOOGLE_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "google",
|
|
"method": "api-key",
|
|
"choiceId": "gemini-api-key",
|
|
"choiceLabel": "Google Gemini API key",
|
|
"groupId": "google",
|
|
"groupLabel": "Google",
|
|
"groupHint": "Gemini API key + OAuth",
|
|
"optionKey": "geminiApiKey",
|
|
"cliFlag": "--gemini-api-key",
|
|
"cliOption": "--gemini-api-key <key>",
|
|
"cliDescription": "Gemini API key"
|
|
},
|
|
{
|
|
"provider": "google-gemini-cli",
|
|
"method": "oauth",
|
|
"choiceId": "google-gemini-cli",
|
|
"choiceLabel": "Gemini CLI OAuth",
|
|
"choiceHint": "Google OAuth with project-aware token payload",
|
|
"groupId": "google",
|
|
"groupLabel": "Google",
|
|
"groupHint": "Gemini API key + OAuth"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|