llm-gemini 0.11__py3-none-any.whl → 0.12__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: llm-gemini
3
- Version: 0.11
3
+ Version: 0.12
4
4
  Summary: LLM plugin to access Google's Gemini family of models
5
5
  Author: Simon Willison
6
6
  License: Apache-2.0
@@ -69,7 +69,7 @@ Other models are:
69
69
  - `gemini-2.0-flash-thinking-exp-1219` - experimental "thinking" model from December 2024
70
70
  - `gemini-2.0-flash-thinking-exp-01-21` - experimental "thinking" model from January 2025
71
71
  - `gemini-2.0-flash` - Gemini 2.0 Flash
72
- - `gemini-2.0-flash-lite-preview-02-05` - Gemini 2.0 Flash-Lite
72
+ - `gemini-2.0-flash-lite` - Gemini 2.0 Flash-Lite
73
73
  - `gemini-2.0-pro-exp-02-05` - experimental release of Gemini 2.0 Pro
74
74
 
75
75
  ### Images, audio and video
@@ -0,0 +1,7 @@
1
+ llm_gemini.py,sha256=er-6W-CJEOZdC0O6iBYkWsAstlYhtYASkQUXfqhE7Wk,12916
2
+ llm_gemini-0.12.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
3
+ llm_gemini-0.12.dist-info/METADATA,sha256=CKh9OfBqO_Ep7NU2eyGMnkDyuqwnOaBA-geYJpCugac,7014
4
+ llm_gemini-0.12.dist-info/WHEEL,sha256=nn6H5-ilmfVryoAQl3ZQ2l8SH5imPWFpm1A5FgEuFV4,91
5
+ llm_gemini-0.12.dist-info/entry_points.txt,sha256=n544bpgUPIBc5l_cnwsTxPc3gMGJHPtAyqBNp-CkMWk,26
6
+ llm_gemini-0.12.dist-info/top_level.txt,sha256=WUQmG6_2QKbT_8W4HH93qyKl_0SUteL4Ra6_PhyNGKU,11
7
+ llm_gemini-0.12.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (75.8.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
llm_gemini.py CHANGED
@@ -58,8 +58,9 @@ def register_models(register):
58
58
  "gemini-2.0-flash-thinking-exp-01-21",
59
59
  # Released 5th Feb 2025:
60
60
  "gemini-2.0-flash",
61
- "gemini-2.0-flash-lite-preview-02-05",
62
61
  "gemini-2.0-pro-exp-02-05",
62
+ # Released 25th Feb 2025:
63
+ "gemini-2.0-flash-lite",
63
64
  ]:
64
65
  can_google_search = model_id in GOOGLE_SEARCH_MODELS
65
66
  register(
@@ -1,7 +0,0 @@
1
- llm_gemini.py,sha256=tILVMtCj52Tt8VHK1YsTD0n55CpzzW3nMceavTdC9P8,12896
2
- llm_gemini-0.11.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
3
- llm_gemini-0.11.dist-info/METADATA,sha256=L_7OzL0ToVpD-pCTCFIOwZuCNU60CdWbx_9psWgTdlM,7028
4
- llm_gemini-0.11.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
- llm_gemini-0.11.dist-info/entry_points.txt,sha256=n544bpgUPIBc5l_cnwsTxPc3gMGJHPtAyqBNp-CkMWk,26
6
- llm_gemini-0.11.dist-info/top_level.txt,sha256=WUQmG6_2QKbT_8W4HH93qyKl_0SUteL4Ra6_PhyNGKU,11
7
- llm_gemini-0.11.dist-info/RECORD,,