vectorvein 0.1.30__py3-none-any.whl → 0.1.31__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/__init__.py +28 -0
- {vectorvein-0.1.30.dist-info → vectorvein-0.1.31.dist-info}/METADATA +1 -1
- {vectorvein-0.1.30.dist-info → vectorvein-0.1.31.dist-info}/RECORD +5 -5
- {vectorvein-0.1.30.dist-info → vectorvein-0.1.31.dist-info}/WHEEL +0 -0
- {vectorvein-0.1.30.dist-info → vectorvein-0.1.31.dist-info}/entry_points.txt +0 -0
@@ -257,6 +257,20 @@ def create_chat_client(
|
|
257
257
|
) -> StepFunChatClient: ...
|
258
258
|
|
259
259
|
|
260
|
+
@overload
|
261
|
+
def create_chat_client(
|
262
|
+
backend: BackendType,
|
263
|
+
model: str | None = None,
|
264
|
+
stream: bool = False,
|
265
|
+
temperature: float = 0.7,
|
266
|
+
context_length_control: ContextLengthControlType = defs.CONTEXT_LENGTH_CONTROL,
|
267
|
+
random_endpoint: bool = True,
|
268
|
+
endpoint_id: str = "",
|
269
|
+
http_client: httpx.Client | None = None,
|
270
|
+
**kwargs,
|
271
|
+
) -> BaseChatClient: ...
|
272
|
+
|
273
|
+
|
260
274
|
def create_chat_client(
|
261
275
|
backend: BackendType,
|
262
276
|
model: str | None = None,
|
@@ -482,6 +496,20 @@ def create_async_chat_client(
|
|
482
496
|
) -> AsyncStepFunChatClient: ...
|
483
497
|
|
484
498
|
|
499
|
+
@overload
|
500
|
+
def create_async_chat_client(
|
501
|
+
backend: BackendType,
|
502
|
+
model: str | None = None,
|
503
|
+
stream: bool = False,
|
504
|
+
temperature: float = 0.7,
|
505
|
+
context_length_control: ContextLengthControlType = defs.CONTEXT_LENGTH_CONTROL,
|
506
|
+
random_endpoint: bool = True,
|
507
|
+
endpoint_id: str = "",
|
508
|
+
http_client: httpx.AsyncClient | None = None,
|
509
|
+
**kwargs,
|
510
|
+
) -> BaseAsyncChatClient: ...
|
511
|
+
|
512
|
+
|
485
513
|
def create_async_chat_client(
|
486
514
|
backend: BackendType,
|
487
515
|
model: str | None = None,
|
@@ -1,8 +1,8 @@
|
|
1
|
-
vectorvein-0.1.
|
2
|
-
vectorvein-0.1.
|
3
|
-
vectorvein-0.1.
|
1
|
+
vectorvein-0.1.31.dist-info/METADATA,sha256=RNZJEkOptnqazFSybizJ-8Vwi7EkX5dowGfkwXoC6So,502
|
2
|
+
vectorvein-0.1.31.dist-info/WHEEL,sha256=Vza3XR51HW1KmFP0iIMUVYIvz0uQuKJpIXKYOBGQyFQ,90
|
3
|
+
vectorvein-0.1.31.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
4
|
vectorvein/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
vectorvein/chat_clients/__init__.py,sha256=
|
5
|
+
vectorvein/chat_clients/__init__.py,sha256=dW169oK1n3v8Z0uD8itghzlCP72rxiaS-XYn6fvI2xM,16788
|
6
6
|
vectorvein/chat_clients/anthropic_client.py,sha256=h82GxBi7h22B7leBuPofwBstxH_c12tEgGjpnKg6UDc,25007
|
7
7
|
vectorvein/chat_clients/baichuan_client.py,sha256=CVMvpgjdrZGv0BWnTOBD-f2ufZ3wq3496wqukumsAr4,526
|
8
8
|
vectorvein/chat_clients/base_client.py,sha256=wxh7WkzFG4cD4I4t4e6RGe1KiFZc8Z5llh2iVblXEZE,8415
|
@@ -27,4 +27,4 @@ vectorvein/types/exception.py,sha256=gnW4GnJ76jND6UGnodk9xmqkcbeS7Cz2rvncA2HpD5E
|
|
27
27
|
vectorvein/types/llm_parameters.py,sha256=N6RQ8tqO1RCywMFRWPooffeAEPd9x3JW6Bl4UgQtF5I,4379
|
28
28
|
vectorvein/utilities/media_processing.py,sha256=BujciRmw1GMmc3ELRvafL8STcy6r5b2rVnh27-uA7so,2256
|
29
29
|
vectorvein/utilities/retry.py,sha256=9ePuJdeUUGx-qMWfaFxmlOvG_lQPwCQ4UB1z3Edlo34,993
|
30
|
-
vectorvein-0.1.
|
30
|
+
vectorvein-0.1.31.dist-info/RECORD,,
|
File without changes
|
File without changes
|