vectorvein 0.3.2__py3-none-any.whl → 0.3.3__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 +16 -0
- vectorvein/types/llm_parameters.py +2 -0
- {vectorvein-0.3.2.dist-info → vectorvein-0.3.3.dist-info}/METADATA +1 -1
- {vectorvein-0.3.2.dist-info → vectorvein-0.3.3.dist-info}/RECORD +6 -6
- {vectorvein-0.3.2.dist-info → vectorvein-0.3.3.dist-info}/WHEEL +1 -1
- {vectorvein-0.3.2.dist-info → vectorvein-0.3.3.dist-info}/entry_points.txt +0 -0
vectorvein/types/defaults.py
CHANGED
@@ -564,6 +564,22 @@ ZHIPUAI_MODELS: Final[dict[str, ModelSettingDict]] = {
|
|
564
564
|
"max_output_tokens": 32000,
|
565
565
|
"native_multimodal": False,
|
566
566
|
},
|
567
|
+
"glm-4.1v-thinking-flashx": {
|
568
|
+
"id": "glm-4.1v-thinking-flashx",
|
569
|
+
"context_length": 64000,
|
570
|
+
"function_call_available": False,
|
571
|
+
"response_format_available": False,
|
572
|
+
"max_output_tokens": 16384,
|
573
|
+
"native_multimodal": True,
|
574
|
+
},
|
575
|
+
"glm-4.1v-thinking-flash": {
|
576
|
+
"id": "glm-4.1v-thinking-flash",
|
577
|
+
"context_length": 64000,
|
578
|
+
"function_call_available": False,
|
579
|
+
"response_format_available": False,
|
580
|
+
"max_output_tokens": 16384,
|
581
|
+
"native_multimodal": True,
|
582
|
+
},
|
567
583
|
}
|
568
584
|
|
569
585
|
# Mistral models
|
@@ -16,6 +16,7 @@ from anthropic.types.message_create_params import ToolChoice as AnthropicToolCho
|
|
16
16
|
from openai import OpenAI, AsyncOpenAI, AzureOpenAI, AsyncAzureOpenAI
|
17
17
|
from openai._types import NotGiven as OpenAINotGiven
|
18
18
|
from openai._types import NOT_GIVEN as OPENAI_NOT_GIVEN
|
19
|
+
from openai.types.chat import ChatCompletionMessageParam
|
19
20
|
from openai.types.chat.completion_create_params import ResponseFormat
|
20
21
|
from openai.types.chat.chat_completion_chunk import ChoiceDeltaToolCall
|
21
22
|
from openai.types.chat.chat_completion_tool_param import ChatCompletionToolParam
|
@@ -232,6 +233,7 @@ __all__ = [
|
|
232
233
|
"BackendSettings",
|
233
234
|
"Usage",
|
234
235
|
"ChatCompletionMessage",
|
236
|
+
"ChatCompletionMessageParam",
|
235
237
|
"ChatCompletionDeltaMessage",
|
236
238
|
"ChatCompletionStreamOptionsParam",
|
237
239
|
"NotGiven",
|
@@ -1,6 +1,6 @@
|
|
1
|
-
vectorvein-0.3.
|
2
|
-
vectorvein-0.3.
|
3
|
-
vectorvein-0.3.
|
1
|
+
vectorvein-0.3.3.dist-info/METADATA,sha256=C9HLa6wtQHP2BXsqd2p2hPdg0z5WyUfTYA3keKDY2r0,4566
|
2
|
+
vectorvein-0.3.3.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
|
3
|
+
vectorvein-0.3.3.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=FZlKLKoI4MwXCpXmHrgfn4sk6XpanEhBoqgUkNfPsMc,32706
|
@@ -32,10 +32,10 @@ vectorvein/server/token_server.py,sha256=_ThjCpU8OFBek2Hai1FkPZwZENZWEhmbHYriXzZ
|
|
32
32
|
vectorvein/settings/__init__.py,sha256=sbwUVC8niT9thGucRdARuE7ZwXafFEhkRm2dfnyHc7o,11400
|
33
33
|
vectorvein/settings/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
34
|
vectorvein/types/__init__.py,sha256=0XNY7FGPklSk0eKPR0ZgwG2kNqyZ0z3Z3G7oLP0ep8Y,3838
|
35
|
-
vectorvein/types/defaults.py,sha256=
|
35
|
+
vectorvein/types/defaults.py,sha256=nN54EmijBBxZzTzD7VKkjJkDC8emWyp3uj4309ykKxY,40065
|
36
36
|
vectorvein/types/enums.py,sha256=LplSVkXLBK-t8TWtJKj_f7ktWTd6CSHWRLb67XKMm54,1716
|
37
37
|
vectorvein/types/exception.py,sha256=KtnqZ-1DstHm95SZAyZdHhkGq1bJ4A9Aw3Zfdu-VIFo,130
|
38
|
-
vectorvein/types/llm_parameters.py,sha256=
|
38
|
+
vectorvein/types/llm_parameters.py,sha256=7_w8IWtGhqRqw9cyYeNNUyvE4b1fJPuYHdy77KVs2uQ,9655
|
39
39
|
vectorvein/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
40
40
|
vectorvein/types/settings.py,sha256=UHDnmigGUyv6XBRQCWK96ZjKjKYeWWMS7PtjaZBLxzs,4791
|
41
41
|
vectorvein/utilities/media_processing.py,sha256=v-3jHNpB3Qj-EzuwvJdYA_g1GQhj9XkBQ2ibaAAeiFw,8256
|
@@ -65,4 +65,4 @@ vectorvein/workflow/utils/analyse.py,sha256=8kL3tAo6vOYkeg1zbMHyuuy16zuSRklFK_wA
|
|
65
65
|
vectorvein/workflow/utils/check.py,sha256=w-wmGeBO_zpQ5-7t3m_OZeVfSM6g_lsk1pZPAfdO_r4,11247
|
66
66
|
vectorvein/workflow/utils/json_to_code.py,sha256=HgCyc1h4hqZnT1HR0XqdLUzOIMtDw8Y0nTXXU5r2ZYw,7099
|
67
67
|
vectorvein/workflow/utils/layout.py,sha256=m8Jui-htCB6RwkkDwtj0elOdtkFsx7rSjdxwpRnYPFY,4500
|
68
|
-
vectorvein-0.3.
|
68
|
+
vectorvein-0.3.3.dist-info/RECORD,,
|
File without changes
|