vectorvein 0.1.78__py3-none-any.whl → 0.1.79__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 +2 -2
- {vectorvein-0.1.78.dist-info → vectorvein-0.1.79.dist-info}/METADATA +1 -1
- {vectorvein-0.1.78.dist-info → vectorvein-0.1.79.dist-info}/RECORD +5 -5
- {vectorvein-0.1.78.dist-info → vectorvein-0.1.79.dist-info}/WHEEL +0 -0
- {vectorvein-0.1.78.dist-info → vectorvein-0.1.79.dist-info}/entry_points.txt +0 -0
@@ -274,7 +274,7 @@ class OpenAICompatibleChatClient(BaseChatClient):
|
|
274
274
|
messages=messages,
|
275
275
|
stream=False,
|
276
276
|
temperature=self.temperature,
|
277
|
-
|
277
|
+
max_tokens=max_tokens,
|
278
278
|
top_p=top_p,
|
279
279
|
**self.response_format,
|
280
280
|
**tools_params,
|
@@ -547,7 +547,7 @@ class AsyncOpenAICompatibleChatClient(BaseAsyncChatClient):
|
|
547
547
|
messages=messages,
|
548
548
|
stream=self.stream,
|
549
549
|
temperature=self.temperature,
|
550
|
-
|
550
|
+
max_tokens=max_tokens,
|
551
551
|
top_p=top_p,
|
552
552
|
**self.response_format,
|
553
553
|
**tools_params,
|
@@ -1,6 +1,6 @@
|
|
1
|
-
vectorvein-0.1.
|
2
|
-
vectorvein-0.1.
|
3
|
-
vectorvein-0.1.
|
1
|
+
vectorvein-0.1.79.dist-info/METADATA,sha256=R_LqFWpVG5QjMnUUuG28kPA-a3NCVbQrSCWXtsbVaqs,641
|
2
|
+
vectorvein-0.1.79.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
vectorvein-0.1.79.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
|
@@ -14,7 +14,7 @@ vectorvein/chat_clients/minimax_client.py,sha256=ooJU92UCACC4TVWKJ-uo8vqQ8qF3K14
|
|
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=4bjzvPq5-DnAtUUYVB9PO0v41xq2ycm-2R2ZiK0PJos,23859
|
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=CLhDSp9KI_zzjIXUvjiTuGxfYXpubTNBCVcJ6R
|
|
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.79.dist-info/RECORD,,
|
File without changes
|
File without changes
|