vectorvein 0.2.17__py3-none-any.whl → 0.2.19__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.
@@ -388,8 +388,16 @@ ZHIPUAI_MODELS: Final[Dict[str, Dict[str, Any]]] = {
388
388
  "context_length": 16000,
389
389
  "function_call_available": False,
390
390
  "response_format_available": False,
391
- "max_output_tokens": 16000,
392
- "native_multimodal": True,
391
+ "max_output_tokens": 12000,
392
+ "native_multimodal": False,
393
+ },
394
+ "glm-4-alltools": {
395
+ "id": "glm-4-alltools",
396
+ "context_length": 128000,
397
+ "function_call_available": False,
398
+ "response_format_available": False,
399
+ "max_output_tokens": 20480,
400
+ "native_multimodal": False,
393
401
  },
394
402
  }
395
403
 
@@ -735,6 +743,20 @@ ERNIE_MODELS: Final[Dict[str, Dict[str, Any]]] = {
735
743
  "function_call_available": False,
736
744
  "response_format_available": False,
737
745
  },
746
+ "ernie-3.5-8k": {
747
+ "id": "ernie-3.5-8k",
748
+ "context_length": 5120,
749
+ "max_output_tokens": 2048,
750
+ "function_call_available": True,
751
+ "response_format_available": True,
752
+ },
753
+ "ernie-3.5-128k": {
754
+ "id": "ernie-3.5-128k",
755
+ "context_length": 126976,
756
+ "max_output_tokens": 8192,
757
+ "function_call_available": True,
758
+ "response_format_available": True,
759
+ },
738
760
  "ernie-4.0-8k-latest": {
739
761
  "id": "ernie-4.0-8k-latest",
740
762
  "context_length": 5120,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vectorvein
3
- Version: 0.2.17
3
+ Version: 0.2.19
4
4
  Summary: VectorVein Python SDK
5
5
  Author-Email: Anderson <andersonby@163.com>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
- vectorvein-0.2.17.dist-info/METADATA,sha256=LN7E655O__eqz-0YYfNydYxJoOI7S0nWMIHduHYVfyg,4414
2
- vectorvein-0.2.17.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
3
- vectorvein-0.2.17.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
1
+ vectorvein-0.2.19.dist-info/METADATA,sha256=YqX5NXbVy5wddHOOcIK3m3hadOVLutLxvjigyxNbP9E,4414
2
+ vectorvein-0.2.19.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
3
+ vectorvein-0.2.19.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
4
  vectorvein/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  vectorvein/api/__init__.py,sha256=lfY-XA46fgD2iIZTU0VYP8i07AwA03Egj4Qua0vUKrQ,738
6
6
  vectorvein/api/client.py,sha256=xF-leKDQzVyyy9FnIRaz0k4eElYW1XbbzeRLcpnyk90,33047
@@ -32,7 +32,7 @@ vectorvein/server/token_server.py,sha256=36F9PKSNOX8ZtYBXY_l-76GQTpUSmQ2Y8EMy1H7
32
32
  vectorvein/settings/__init__.py,sha256=1KHgIF3hAXFMHlNZcgB4IcQg9iRy9WMh0BZUcBq5dGI,9509
33
33
  vectorvein/settings/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
34
  vectorvein/types/__init__.py,sha256=DJYGhlshgUQgzXPfMfKW5sTpBClZUCLhqmCqF44lVuU,3329
35
- vectorvein/types/defaults.py,sha256=6i9gzhsVNrXXSLaf04txLP1CufwPhndz-yKGUoOMMDs,26646
35
+ vectorvein/types/defaults.py,sha256=wNPrfYDwsXMNIxofgGdN-ix9-by6WQu3cGIRySl3Q2E,27350
36
36
  vectorvein/types/enums.py,sha256=LplSVkXLBK-t8TWtJKj_f7ktWTd6CSHWRLb67XKMm54,1716
37
37
  vectorvein/types/exception.py,sha256=gnW4GnJ76jND6UGnodk9xmqkcbeS7Cz2rvncA2HpD5E,69
38
38
  vectorvein/types/llm_parameters.py,sha256=4SxDbJKVb9oGYymyxQtNZ66YZmUQd9_CpYYg81_Inkk,7650
@@ -62,4 +62,4 @@ vectorvein/workflow/nodes/vector_db.py,sha256=t6I17q6iR3yQreiDHpRrksMdWDPIvgqJs0
62
62
  vectorvein/workflow/nodes/video_generation.py,sha256=qmdg-t_idpxq1veukd-jv_ChICMOoInKxprV9Z4Vi2w,4118
63
63
  vectorvein/workflow/nodes/web_crawlers.py,sha256=LsqomfXfqrXfHJDO1cl0Ox48f4St7X_SL12DSbAMSOw,5415
64
64
  vectorvein/workflow/utils/json_to_code.py,sha256=F7dhDy8kGc8ndOeihGLRLGFGlquoxVlb02ENtxnQ0C8,5914
65
- vectorvein-0.2.17.dist-info/RECORD,,
65
+ vectorvein-0.2.19.dist-info/RECORD,,