gemini-webapi 1.8.3__py3-none-any.whl → 1.8.4__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.
- gemini_webapi/constants.py +2 -2
- {gemini_webapi-1.8.3.dist-info → gemini_webapi-1.8.4.dist-info}/METADATA +3 -3
- {gemini_webapi-1.8.3.dist-info → gemini_webapi-1.8.4.dist-info}/RECORD +6 -6
- {gemini_webapi-1.8.3.dist-info → gemini_webapi-1.8.4.dist-info}/LICENSE +0 -0
- {gemini_webapi-1.8.3.dist-info → gemini_webapi-1.8.4.dist-info}/WHEEL +0 -0
- {gemini_webapi-1.8.3.dist-info → gemini_webapi-1.8.4.dist-info}/top_level.txt +0 -0
gemini_webapi/constants.py
CHANGED
|
@@ -27,7 +27,7 @@ class Model(Enum):
|
|
|
27
27
|
UNSPECIFIED = ("unspecified", {}, False)
|
|
28
28
|
G_1_5_FLASH = (
|
|
29
29
|
"gemini-1.5-flash",
|
|
30
|
-
{"x-goog-ext-525001261-jspb": '[null,null,null,null,"
|
|
30
|
+
{"x-goog-ext-525001261-jspb": '[null,null,null,null,"418ab5ea040b5c43"]'},
|
|
31
31
|
False,
|
|
32
32
|
)
|
|
33
33
|
G_1_5_PRO = (
|
|
@@ -42,7 +42,7 @@ class Model(Enum):
|
|
|
42
42
|
)
|
|
43
43
|
G_2_0_FLASH_EXP = (
|
|
44
44
|
"gemini-2.0-flash-exp",
|
|
45
|
-
{"x-goog-ext-525001261-jspb": '[null,null,null,null,"
|
|
45
|
+
{"x-goog-ext-525001261-jspb": '[null,null,null,null,"f299729663a2343f"]'},
|
|
46
46
|
False,
|
|
47
47
|
)
|
|
48
48
|
G_2_0_EXP_ADVANCED = (
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: gemini-webapi
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.4
|
|
4
4
|
Summary: ✨ An elegant async Python wrapper for Google Gemini web app
|
|
5
5
|
Author: UZQueen
|
|
6
6
|
License: GNU AFFERO GENERAL PUBLIC LICENSE
|
|
@@ -942,9 +942,9 @@ asyncio.run(main())
|
|
|
942
942
|
|
|
943
943
|
You can choose a specified language model version by passing `model` argument to `GeminiClient.generate_content` or `GeminiClient.start_chat`. The default value is `unspecified`.
|
|
944
944
|
|
|
945
|
-
Currently available models (as of
|
|
945
|
+
Currently available models (as of Feb 1, 2025):
|
|
946
946
|
|
|
947
|
-
- `unspecified` - Default model (Gemini
|
|
947
|
+
- `unspecified` - Default model (Gemini 2.0 Flash if account does NOT have Gemini Advanced subscription)
|
|
948
948
|
- `gemini-1.5-flash` - Gemini 1.5 Flash
|
|
949
949
|
- `gemini-1.5-pro` - Gemini 1.5 Pro **(requires Gemini Advanced account)**
|
|
950
950
|
- `gemini-1.5-pro-research` - Gemini 1.5 Pro with Deep Research **(requires Gemini Advanced account)**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
gemini_webapi/__init__.py,sha256=28uNIywK4vCXxENaSagNWUzhqr1RyNtLzDF6WRRM4KQ,194
|
|
2
2
|
gemini_webapi/client.py,sha256=PPr8hZljMKOxszKFJihvqUZaMV0eSNJ-X2d4Hvz7jFU,22759
|
|
3
|
-
gemini_webapi/constants.py,sha256=
|
|
3
|
+
gemini_webapi/constants.py,sha256=_glqlB6Wy_VDi7h6ruorGGdtoyKfVg6shYfA_BAT9Q4,2178
|
|
4
4
|
gemini_webapi/exceptions.py,sha256=6e-EXHGApi4iC0GDw7RKc3YqVK8UvEkHYaJyGQbReLw,548
|
|
5
5
|
gemini_webapi/types/__init__.py,sha256=d2kvXnE004s2E2KDmPPLi5N-BQ59FgDSlrGrO3Wphww,163
|
|
6
6
|
gemini_webapi/types/candidate.py,sha256=Z9bpIK4l8UWbUVMLEoophfhgROo93dxOM9cAwx77CkU,1030
|
|
@@ -12,8 +12,8 @@ gemini_webapi/utils/load_browser_cookies.py,sha256=A5n_VsB7Rm8ck5lpy856UNJEhv30l
|
|
|
12
12
|
gemini_webapi/utils/logger.py,sha256=PF4ROQq7scRRrWzeYdeYiYs2S2Jqr0bgjyrPbXVOCqE,816
|
|
13
13
|
gemini_webapi/utils/rotate_1psidts.py,sha256=NyQ9OYPLBOcvpc8bodvEYDIVFrsYN0kdfc831lPEctM,1680
|
|
14
14
|
gemini_webapi/utils/upload_file.py,sha256=A-ZQ54gy2wOVA_giEEVLQQK5zTJfrgq99Z5YYYOAFYc,1163
|
|
15
|
-
gemini_webapi-1.8.
|
|
16
|
-
gemini_webapi-1.8.
|
|
17
|
-
gemini_webapi-1.8.
|
|
18
|
-
gemini_webapi-1.8.
|
|
19
|
-
gemini_webapi-1.8.
|
|
15
|
+
gemini_webapi-1.8.4.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
16
|
+
gemini_webapi-1.8.4.dist-info/METADATA,sha256=zKj_zbFMsF1Gkm2VEsIkXX6Zab_x6dBNpPwjsz1efZQ,57135
|
|
17
|
+
gemini_webapi-1.8.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
18
|
+
gemini_webapi-1.8.4.dist-info/top_level.txt,sha256=dtWtug_ZrmnUqCYuu8NmGzTgWglHeNzhHU_hXmqZGWE,14
|
|
19
|
+
gemini_webapi-1.8.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|