llm-gemini 0.5a0__py3-none-any.whl → 0.7__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.
- {llm_gemini-0.5a0.dist-info → llm_gemini-0.7.dist-info}/METADATA +8 -5
- llm_gemini-0.7.dist-info/RECORD +7 -0
- {llm_gemini-0.5a0.dist-info → llm_gemini-0.7.dist-info}/WHEEL +1 -1
- llm_gemini.py +3 -0
- llm_gemini-0.5a0.dist-info/RECORD +0 -7
- {llm_gemini-0.5a0.dist-info → llm_gemini-0.7.dist-info}/LICENSE +0 -0
- {llm_gemini-0.5a0.dist-info → llm_gemini-0.7.dist-info}/entry_points.txt +0 -0
- {llm_gemini-0.5a0.dist-info → llm_gemini-0.7.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: llm-gemini
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.7
|
4
4
|
Summary: LLM plugin to access Google's Gemini family of models
|
5
5
|
Author: Simon Willison
|
6
6
|
License: Apache-2.0
|
@@ -11,12 +11,12 @@ Project-URL: CI, https://github.com/simonw/llm-gemini/actions
|
|
11
11
|
Classifier: License :: OSI Approved :: Apache Software License
|
12
12
|
Description-Content-Type: text/markdown
|
13
13
|
License-File: LICENSE
|
14
|
-
Requires-Dist: llm
|
14
|
+
Requires-Dist: llm>=0.19
|
15
15
|
Requires-Dist: httpx
|
16
16
|
Requires-Dist: ijson
|
17
17
|
Provides-Extra: test
|
18
|
-
Requires-Dist: pytest
|
19
|
-
Requires-Dist: pytest-recording
|
18
|
+
Requires-Dist: pytest; extra == "test"
|
19
|
+
Requires-Dist: pytest-recording; extra == "test"
|
20
20
|
|
21
21
|
# llm-gemini
|
22
22
|
|
@@ -60,7 +60,10 @@ Other models are:
|
|
60
60
|
|
61
61
|
- `gemini-1.5-flash-latest`
|
62
62
|
- `gemini-1.5-flash-8b-latest` - the least expensive
|
63
|
-
- `gemini-exp-1114` - recent experimental
|
63
|
+
- `gemini-exp-1114` - recent experimental #1
|
64
|
+
- `gemini-exp-1121` - recent experimental #2
|
65
|
+
- `gemini-exp-1206` - recent experimental #3
|
66
|
+
- `gemini-2.0-flash-exp` - [Gemini 2.0 Flash](https://blog.google/technology/google-deepmind/google-gemini-ai-update-december-2024/#gemini-2-0-flash)
|
64
67
|
|
65
68
|
### Images, audio and video
|
66
69
|
|
@@ -0,0 +1,7 @@
|
|
1
|
+
llm_gemini.py,sha256=bRHLsvRJxHxggQfNIglYLy0ynCPSc9i830OkD_bNFsU,11354
|
2
|
+
llm_gemini-0.7.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
3
|
+
llm_gemini-0.7.dist-info/METADATA,sha256=-J-F1wbQEP-okp97nZjLcfze4mBjFjkxNpfgGtWos-k,5530
|
4
|
+
llm_gemini-0.7.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
5
|
+
llm_gemini-0.7.dist-info/entry_points.txt,sha256=n544bpgUPIBc5l_cnwsTxPc3gMGJHPtAyqBNp-CkMWk,26
|
6
|
+
llm_gemini-0.7.dist-info/top_level.txt,sha256=WUQmG6_2QKbT_8W4HH93qyKl_0SUteL4Ra6_PhyNGKU,11
|
7
|
+
llm_gemini-0.7.dist-info/RECORD,,
|
llm_gemini.py
CHANGED
@@ -1,7 +0,0 @@
|
|
1
|
-
llm_gemini.py,sha256=bALsCHsTTFaj2mdfZe2hOIc7aAxDFwNMYb7keyy4-20,11268
|
2
|
-
llm_gemini-0.5a0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
3
|
-
llm_gemini-0.5a0.dist-info/METADATA,sha256=ON3jk8T7hK9Zp8IF9Z4TxCL-CvN94Eko8Xnb0X-7HhA,5294
|
4
|
-
llm_gemini-0.5a0.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
5
|
-
llm_gemini-0.5a0.dist-info/entry_points.txt,sha256=n544bpgUPIBc5l_cnwsTxPc3gMGJHPtAyqBNp-CkMWk,26
|
6
|
-
llm_gemini-0.5a0.dist-info/top_level.txt,sha256=WUQmG6_2QKbT_8W4HH93qyKl_0SUteL4Ra6_PhyNGKU,11
|
7
|
-
llm_gemini-0.5a0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|