Releases: simonw/llm-gemini
Releases · simonw/llm-gemini
0.11
- Now depends on LLM 0.22, adding support for the new
model.prompt(..., key="key")
parameter. #46 - Fixed error with
-o google_search 1
option by switching the underlying tool fromgoogle_search_retrieval
togoogle_search
. Thanks, Sebastian Rojo. #39 - Added
gemini-2.0-flash
to the list of models that support-o google_search 1
. Thanks, Martin Trojer. #44
0.10
0.9
- Added support for grounding prompts against Google search using the new
-o google_search 1
option. Thanks, Ricardo Mestre. #29 - Added support for
text/plain
andtext/csv
attachments. Thanks, Michele Gregori. #34 - Fixed bug handling
application/ogg
attachments. #35 - New model:
learnlm-1.5-pro-experimental
. Thanks, Leonard Tulipan. #36 - New model:
gemini-2.0-flash-thinking-exp-01-21
. #37