vectorvein 0.1.60__py3-none-any.whl → 0.1.61__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/anthropic_client.py +3 -2
- {vectorvein-0.1.60.dist-info → vectorvein-0.1.61.dist-info}/METADATA +1 -1
- {vectorvein-0.1.60.dist-info → vectorvein-0.1.61.dist-info}/RECORD +5 -5
- {vectorvein-0.1.60.dist-info → vectorvein-0.1.61.dist-info}/WHEEL +0 -0
- {vectorvein-0.1.60.dist-info → vectorvein-0.1.61.dist-info}/entry_points.txt +0 -0
@@ -233,6 +233,7 @@ class AnthropicChatClient(BaseChatClient):
|
|
233
233
|
aws_access_key=self.endpoint.credentials.get("access_key"),
|
234
234
|
aws_secret_key=self.endpoint.credentials.get("secret_key"),
|
235
235
|
aws_region=self.endpoint.region,
|
236
|
+
base_url=self.endpoint.api_base,
|
236
237
|
http_client=self.http_client,
|
237
238
|
)
|
238
239
|
elif self.endpoint.api_schema_type == "default":
|
@@ -400,7 +401,7 @@ class AnthropicChatClient(BaseChatClient):
|
|
400
401
|
**kwargs,
|
401
402
|
)
|
402
403
|
|
403
|
-
assert isinstance(self.raw_client, Anthropic | AnthropicVertex)
|
404
|
+
assert isinstance(self.raw_client, Anthropic | AnthropicVertex | AnthropicBedrock)
|
404
405
|
|
405
406
|
if isinstance(tools, OpenAINotGiven):
|
406
407
|
tools = NOT_GIVEN
|
@@ -792,7 +793,7 @@ class AsyncAnthropicChatClient(BaseAsyncChatClient):
|
|
792
793
|
**kwargs,
|
793
794
|
)
|
794
795
|
|
795
|
-
assert isinstance(self.raw_client, AsyncAnthropic | AsyncAnthropicVertex)
|
796
|
+
assert isinstance(self.raw_client, AsyncAnthropic | AsyncAnthropicVertex | AsyncAnthropicBedrock)
|
796
797
|
|
797
798
|
if isinstance(tools, OpenAINotGiven):
|
798
799
|
tools = NOT_GIVEN
|
@@ -1,9 +1,9 @@
|
|
1
|
-
vectorvein-0.1.
|
2
|
-
vectorvein-0.1.
|
3
|
-
vectorvein-0.1.
|
1
|
+
vectorvein-0.1.61.dist-info/METADATA,sha256=Yz8aiNuG2sLEimpEUrWwJSO6p8kfd2q6ObpwLYwZR0E,641
|
2
|
+
vectorvein-0.1.61.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
vectorvein-0.1.61.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
|
-
vectorvein/chat_clients/anthropic_client.py,sha256=
|
6
|
+
vectorvein/chat_clients/anthropic_client.py,sha256=ZDHkKY4MApGgRPuVtWAIxcnJXnRu7eCIEY6GoRBgNrQ,38556
|
7
7
|
vectorvein/chat_clients/baichuan_client.py,sha256=CVMvpgjdrZGv0BWnTOBD-f2ufZ3wq3496wqukumsAr4,526
|
8
8
|
vectorvein/chat_clients/base_client.py,sha256=tmD3ai6YjQnCKHuPsUww1khRlJeJ2AJzYubksb-2UaM,10489
|
9
9
|
vectorvein/chat_clients/deepseek_client.py,sha256=3qWu01NlJAP2N-Ff62d5-CZXZitlizE1fzb20LNetig,526
|
@@ -33,4 +33,4 @@ vectorvein/types/llm_parameters.py,sha256=Q1mBJPMF7pzFQw1G9ut9RgRPGUEYmY5Kvb7CSY
|
|
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.61.dist-info/RECORD,,
|
File without changes
|
File without changes
|