mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:20:44 +00:00
fix: preserve manifest-backed model list auth
This commit is contained in:
@@ -71,6 +71,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"setup": {
|
||||
"providers": [
|
||||
{
|
||||
"id": "google-vertex",
|
||||
"authMethods": ["api-key"],
|
||||
"envVars": ["GOOGLE_CLOUD_API_KEY"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"cliBackends": ["google-gemini-cli"],
|
||||
"providerAuthEnvVars": {
|
||||
"google": ["GEMINI_API_KEY", "GOOGLE_API_KEY"]
|
||||
|
||||
Reference in New Issue
Block a user