fix: correct Gemini install command (npm @google/gemini-cli)

This commit is contained in:
rob 2025-12-29 15:50:42 -04:00
parent 2cbaaeb9d5
commit b09008c215
1 changed files with 3 additions and 3 deletions

View File

@ -357,9 +357,9 @@ PROVIDER_INSTALL_INFO = {
}, },
"gemini": { "gemini": {
"group": "Google Gemini", "group": "Google Gemini",
"install_cmd": "pip install google-generativeai", "install_cmd": "npm install -g @google/gemini-cli",
"requires": "Python 3.8+", "requires": "Node.js 18+ and npm",
"setup": "Run 'gemini auth' - opens browser for Google sign-in", "setup": "Run 'gemini' - opens browser for Google sign-in",
"cost": "Free tier available, pay-per-use for more", "cost": "Free tier available, pay-per-use for more",
"variants": ["gemini", "gemini-flash"], "variants": ["gemini", "gemini-flash"],
}, },