mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
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:
parent
6d81d7a04a
commit
9c3d36743a
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue