fix: correct Gemini install command (npm @google/gemini-cli)
This commit is contained in:
parent
2cbaaeb9d5
commit
b09008c215
|
|
@ -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"],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue