vectorvein 0.1.79__py3-none-any.whl → 0.1.80__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.
- vectorvein/types/defaults.py +8 -0
- {vectorvein-0.1.79.dist-info → vectorvein-0.1.80.dist-info}/METADATA +1 -1
- {vectorvein-0.1.79.dist-info → vectorvein-0.1.80.dist-info}/RECORD +5 -5
- {vectorvein-0.1.79.dist-info → vectorvein-0.1.80.dist-info}/WHEEL +0 -0
- {vectorvein-0.1.79.dist-info → vectorvein-0.1.80.dist-info}/entry_points.txt +0 -0
vectorvein/types/defaults.py
CHANGED
@@ -698,6 +698,14 @@ GEMINI_MODELS: Final[Dict[str, Dict[str, Any]]] = {
|
|
698
698
|
"response_format_available": True,
|
699
699
|
"native_multimodal": False,
|
700
700
|
},
|
701
|
+
"gemini-2.0-flash-thinking-exp-01-21": {
|
702
|
+
"id": "gemini-2.0-flash-thinking-exp-01-21",
|
703
|
+
"context_length": 1048576,
|
704
|
+
"max_output_tokens": 8192,
|
705
|
+
"function_call_available": True,
|
706
|
+
"response_format_available": True,
|
707
|
+
"native_multimodal": False,
|
708
|
+
},
|
701
709
|
"gemini-exp-1206": {
|
702
710
|
"id": "gemini-exp-1206",
|
703
711
|
"context_length": 2097152,
|
@@ -1,6 +1,6 @@
|
|
1
|
-
vectorvein-0.1.
|
2
|
-
vectorvein-0.1.
|
3
|
-
vectorvein-0.1.
|
1
|
+
vectorvein-0.1.80.dist-info/METADATA,sha256=kIwL66VOqKd9NpWU6e_S_EpFLmw-6iXkyD51Hwvxqdg,641
|
2
|
+
vectorvein-0.1.80.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
vectorvein-0.1.80.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
4
|
vectorvein/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
vectorvein/chat_clients/__init__.py,sha256=omQuG4PRRPNflSAgtdU--rwsWG6vMpwMEyIGZyFVHVQ,18596
|
6
6
|
vectorvein/chat_clients/anthropic_client.py,sha256=PGIKldH4FnGrqozoY_FZ6LqhDHC-jY7NF5J1F1zT2Ok,38257
|
@@ -26,11 +26,11 @@ vectorvein/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
26
|
vectorvein/server/token_server.py,sha256=36F9PKSNOX8ZtYBXY_l-76GQTpUSmQ2Y8EMy1H7wtdQ,1353
|
27
27
|
vectorvein/settings/__init__.py,sha256=g01y74x0k2JEAqNpRGG0PDs0NTULjOAZV6HRhydPX1c,3874
|
28
28
|
vectorvein/settings/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
29
|
-
vectorvein/types/defaults.py,sha256=
|
29
|
+
vectorvein/types/defaults.py,sha256=rM5qCUmaVx3-hBJ3x7ClHF4mT3qU7mrcsS2FrumLdUA,26530
|
30
30
|
vectorvein/types/enums.py,sha256=7KTJSVtQueImmbr1fSwv3rQVtc0RyMWXJmoE2tDOaso,1667
|
31
31
|
vectorvein/types/exception.py,sha256=gnW4GnJ76jND6UGnodk9xmqkcbeS7Cz2rvncA2HpD5E,69
|
32
32
|
vectorvein/types/llm_parameters.py,sha256=CLhDSp9KI_zzjIXUvjiTuGxfYXpubTNBCVcJ6RgH2iY,5879
|
33
33
|
vectorvein/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
34
|
vectorvein/utilities/media_processing.py,sha256=CTRq-lGlFkFgP_FSRhNwF_qUgmOrXPf2_1Ok9HY42_g,5887
|
35
35
|
vectorvein/utilities/retry.py,sha256=6KFS9R2HdhqM3_9jkjD4F36ZSpEx2YNFGOVlpOsUetM,2208
|
36
|
-
vectorvein-0.1.
|
36
|
+
vectorvein-0.1.80.dist-info/RECORD,,
|
File without changes
|
File without changes
|