sunholo 0.71.13__py3-none-any.whl → 0.71.14__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.
- sunholo/vertex/init.py +5 -0
- {sunholo-0.71.13.dist-info → sunholo-0.71.14.dist-info}/METADATA +4 -4
- {sunholo-0.71.13.dist-info → sunholo-0.71.14.dist-info}/RECORD +7 -7
- {sunholo-0.71.13.dist-info → sunholo-0.71.14.dist-info}/LICENSE.txt +0 -0
- {sunholo-0.71.13.dist-info → sunholo-0.71.14.dist-info}/WHEEL +0 -0
- {sunholo-0.71.13.dist-info → sunholo-0.71.14.dist-info}/entry_points.txt +0 -0
- {sunholo-0.71.13.dist-info → sunholo-0.71.14.dist-info}/top_level.txt +0 -0
sunholo/vertex/init.py
CHANGED
|
@@ -3,6 +3,11 @@ from ..utils.gcp_project import get_gcp_project
|
|
|
3
3
|
import os
|
|
4
4
|
|
|
5
5
|
def init_genai():
|
|
6
|
+
"""
|
|
7
|
+
There are some features that come to the google.generativeai first,
|
|
8
|
+
which needs to be authenticated via a GOOGLE_API_KEY environment variable,
|
|
9
|
+
created via the Google AI Console at https://aistudio.google.com/app/apikey
|
|
10
|
+
"""
|
|
6
11
|
try:
|
|
7
12
|
import google.generativeai as genai
|
|
8
13
|
except ImportError:
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sunholo
|
|
3
|
-
Version: 0.71.
|
|
3
|
+
Version: 0.71.14
|
|
4
4
|
Summary: Large Language Model DevOps - a package to help deploy LLMs to the Cloud.
|
|
5
5
|
Home-page: https://github.com/sunholo-data/sunholo-py
|
|
6
|
-
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.71.
|
|
6
|
+
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.71.14.tar.gz
|
|
7
7
|
Author: Holosun ApS
|
|
8
8
|
Author-email: multivac@sunholo.com
|
|
9
9
|
License: Apache License, Version 2.0
|
|
@@ -40,7 +40,7 @@ Requires-Dist: google-cloud-logging ; extra == 'all'
|
|
|
40
40
|
Requires-Dist: google-cloud-storage ; extra == 'all'
|
|
41
41
|
Requires-Dist: google-cloud-pubsub ; extra == 'all'
|
|
42
42
|
Requires-Dist: google-cloud-discoveryengine ; extra == 'all'
|
|
43
|
-
Requires-Dist: google-generativeai ; extra == 'all'
|
|
43
|
+
Requires-Dist: google-generativeai >=0.7.1 ; extra == 'all'
|
|
44
44
|
Requires-Dist: gunicorn ; extra == 'all'
|
|
45
45
|
Requires-Dist: httpcore ; extra == 'all'
|
|
46
46
|
Requires-Dist: httpx ; extra == 'all'
|
|
@@ -92,7 +92,7 @@ Requires-Dist: google-cloud-storage ; extra == 'gcp'
|
|
|
92
92
|
Requires-Dist: google-cloud-logging ; extra == 'gcp'
|
|
93
93
|
Requires-Dist: google-cloud-pubsub ; extra == 'gcp'
|
|
94
94
|
Requires-Dist: google-cloud-discoveryengine ; extra == 'gcp'
|
|
95
|
-
Requires-Dist: google-generativeai >=0.
|
|
95
|
+
Requires-Dist: google-generativeai >=0.7.1 ; extra == 'gcp'
|
|
96
96
|
Requires-Dist: langchain-google-genai >=1.0.5 ; extra == 'gcp'
|
|
97
97
|
Requires-Dist: langchain-google-alloydb-pg >=0.2.2 ; extra == 'gcp'
|
|
98
98
|
Requires-Dist: google-api-python-client ; extra == 'gcp'
|
|
@@ -112,12 +112,12 @@ sunholo/utils/version.py,sha256=P1QAJQdZfT2cMqdTSmXmcxrD2PssMPEGM-WI6083Fck,237
|
|
|
112
112
|
sunholo/vertex/__init__.py,sha256=4P_H-IOsZTDDVrZtwHn555cphCJAysOXw1OmtSOM4TU,191
|
|
113
113
|
sunholo/vertex/extensions.py,sha256=d-Ikt9gHFf-jUMPmyU-xHwYe22QtEyr90Ua1LDKgTws,11026
|
|
114
114
|
sunholo/vertex/extensions_class.py,sha256=0-XMrMvfhMN380ZdGXl11Mt7R9kCu9rB4Vduiflk8QA,9202
|
|
115
|
-
sunholo/vertex/init.py,sha256
|
|
115
|
+
sunholo/vertex/init.py,sha256=-w7b9GKsyJnAJpYHYz6_zBUtmeJeLXlEkgOfwoe4DEI,2715
|
|
116
116
|
sunholo/vertex/memory_tools.py,sha256=FLTbNX_YbpxxUxZHAsXEihlUgLELfLOfxsdEkwDm_GI,6546
|
|
117
117
|
sunholo/vertex/safety.py,sha256=S9PgQT1O_BQAkcqauWncRJaydiP8Q_Jzmu9gxYfy1VA,2482
|
|
118
|
-
sunholo-0.71.
|
|
119
|
-
sunholo-0.71.
|
|
120
|
-
sunholo-0.71.
|
|
121
|
-
sunholo-0.71.
|
|
122
|
-
sunholo-0.71.
|
|
123
|
-
sunholo-0.71.
|
|
118
|
+
sunholo-0.71.14.dist-info/LICENSE.txt,sha256=SdE3QjnD3GEmqqg9EX3TM9f7WmtOzqS1KJve8rhbYmU,11345
|
|
119
|
+
sunholo-0.71.14.dist-info/METADATA,sha256=Pb0VSM3zMI4gGAb9qkpByjkHKKyXk-GZOZbK4Eco2Lg,6767
|
|
120
|
+
sunholo-0.71.14.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
121
|
+
sunholo-0.71.14.dist-info/entry_points.txt,sha256=bZuN5AIHingMPt4Ro1b_T-FnQvZ3teBes-3OyO0asl4,49
|
|
122
|
+
sunholo-0.71.14.dist-info/top_level.txt,sha256=wt5tadn5--5JrZsjJz2LceoUvcrIvxjHJe-RxuudxAk,8
|
|
123
|
+
sunholo-0.71.14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|