fallback to gemini_api_key (#1255)

This commit is contained in:
matt korwel
2025-06-20 01:36:33 -07:00
committed by GitHub
parent 4e69ba3bbe
commit ef54e4ffbc
2 changed files with 17 additions and 2 deletions

3
.vscode/launch.json vendored
View File

@@ -13,7 +13,8 @@
"skipFiles": ["<node_internals>/**"],
"cwd": "${workspaceFolder}",
"env": {
"GEMINI_SANDBOX": "false"
"GEMINI_SANDBOX": "false",
"GEMINI_API_KEY": "testkey"
}
},
{