We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ee1e0 commit 1bc03d5Copy full SHA for 1bc03d5
1 file changed
src/utils.py
@@ -57,7 +57,8 @@ def get_geminicli_user_agent(model: str = "") -> str:
57
"gemini-2.5-pro",
58
"gemini-2.5-flash",
59
"gemini-3-flash-preview",
60
- "gemini-3.1-pro-preview"
+ "gemini-3.1-pro-preview",
61
+ "gemini-3.1-flash-lite-preview"
62
]
63
64
0 commit comments