Update litellm/proxy/client/cli/commands/gemini.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
balazss 2026-03-17 22:27:02 -07:00 committed by GitHub
parent 6d81d7a04a
commit 9c3d36743a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ def gemini():
@gemini.command(name="login")
def login():
"""Login to Gemini using OAuth Device Flow (Loopback)"""
"""Authenticate with Gemini using the OAuth Authorization Code flow (loopback redirect)"""
try:
auth = GeminiAuthenticator()
auth.get_token()