vectorvein 0.1.67__py3-none-any.whl → 0.1.68__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/chat_clients/openai_compatible_client.py +4 -4
- {vectorvein-0.1.67.dist-info → vectorvein-0.1.68.dist-info}/METADATA +1 -1
- {vectorvein-0.1.67.dist-info → vectorvein-0.1.68.dist-info}/RECORD +5 -5
- {vectorvein-0.1.67.dist-info → vectorvein-0.1.68.dist-info}/WHEEL +0 -0
- {vectorvein-0.1.67.dist-info → vectorvein-0.1.68.dist-info}/entry_points.txt +0 -0
@@ -222,7 +222,7 @@ class OpenAICompatibleChatClient(BaseChatClient):
|
|
222
222
|
messages=messages,
|
223
223
|
stream=True,
|
224
224
|
temperature=self.temperature,
|
225
|
-
|
225
|
+
max_completion_tokens=max_tokens,
|
226
226
|
top_p=top_p,
|
227
227
|
**_stream_options_params,
|
228
228
|
**self.response_format,
|
@@ -277,7 +277,7 @@ class OpenAICompatibleChatClient(BaseChatClient):
|
|
277
277
|
messages=messages,
|
278
278
|
stream=False,
|
279
279
|
temperature=self.temperature,
|
280
|
-
|
280
|
+
max_completion_tokens=max_tokens,
|
281
281
|
top_p=top_p,
|
282
282
|
**self.response_format,
|
283
283
|
**tools_params,
|
@@ -493,7 +493,7 @@ class AsyncOpenAICompatibleChatClient(BaseAsyncChatClient):
|
|
493
493
|
messages=messages,
|
494
494
|
stream=self.stream,
|
495
495
|
temperature=self.temperature,
|
496
|
-
|
496
|
+
max_completion_tokens=max_tokens,
|
497
497
|
top_p=top_p,
|
498
498
|
**_stream_options_params,
|
499
499
|
**self.response_format,
|
@@ -549,7 +549,7 @@ class AsyncOpenAICompatibleChatClient(BaseAsyncChatClient):
|
|
549
549
|
messages=messages,
|
550
550
|
stream=self.stream,
|
551
551
|
temperature=self.temperature,
|
552
|
-
|
552
|
+
max_completion_tokens=max_tokens,
|
553
553
|
top_p=top_p,
|
554
554
|
**self.response_format,
|
555
555
|
**tools_params,
|
@@ -1,6 +1,6 @@
|
|
1
|
-
vectorvein-0.1.
|
2
|
-
vectorvein-0.1.
|
3
|
-
vectorvein-0.1.
|
1
|
+
vectorvein-0.1.68.dist-info/METADATA,sha256=YshyXDUndjpayVQce8GU9I0oa1oUnj5_56BtQmACbzs,641
|
2
|
+
vectorvein-0.1.68.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
vectorvein-0.1.68.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=Oev7Lv1DIEWCMD-2Pm7e2cwzX7JFQTnIK-j6o4iUuyQ,17725
|
6
6
|
vectorvein/chat_clients/anthropic_client.py,sha256=shRwgpbynExqX8l370_MTT7cGVhD4pE6VdPuf2AbI1E,40017
|
@@ -14,7 +14,7 @@ vectorvein/chat_clients/minimax_client.py,sha256=uNYz3ccJOhTAgzkDNvWfM4_LaBaOpHj
|
|
14
14
|
vectorvein/chat_clients/mistral_client.py,sha256=1aKSylzBDaLYcFnaBIL4-sXSzWmXfBeON9Q0rq-ziWw,534
|
15
15
|
vectorvein/chat_clients/moonshot_client.py,sha256=gbu-6nGxx8uM_U2WlI4Wus881rFRotzHtMSoYOcruGU,526
|
16
16
|
vectorvein/chat_clients/openai_client.py,sha256=Nz6tV45pWcsOupxjnsRsGTicbQNJWIZyxuJoJ5DGMpg,527
|
17
|
-
vectorvein/chat_clients/openai_compatible_client.py,sha256
|
17
|
+
vectorvein/chat_clients/openai_compatible_client.py,sha256=-JTJqOdHjlWumCmRRr-GbFWu2TByEYKigTIVXveOS-8,23450
|
18
18
|
vectorvein/chat_clients/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
19
|
vectorvein/chat_clients/qwen_client.py,sha256=-ryh-m9PgsO0fc4ulcCmPTy1155J8YUy15uPoJQOHA0,513
|
20
20
|
vectorvein/chat_clients/stepfun_client.py,sha256=zsD2W5ahmR4DD9cqQTXmJr3txrGuvxbRWhFlRdwNijI,519
|
@@ -33,4 +33,4 @@ vectorvein/types/llm_parameters.py,sha256=g2Q0RKMC2vOcMI0tFpZ53xfVSfC8MLoK0YntPq
|
|
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.68.dist-info/RECORD,,
|
File without changes
|
File without changes
|