vectorvein 0.1.64__py3-none-any.whl → 0.1.65__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 +2 -2
- {vectorvein-0.1.64.dist-info → vectorvein-0.1.65.dist-info}/METADATA +1 -1
- {vectorvein-0.1.64.dist-info → vectorvein-0.1.65.dist-info}/RECORD +5 -5
- {vectorvein-0.1.64.dist-info → vectorvein-0.1.65.dist-info}/WHEEL +0 -0
- {vectorvein-0.1.64.dist-info → vectorvein-0.1.65.dist-info}/entry_points.txt +0 -0
@@ -665,8 +665,8 @@ class AsyncAnthropicChatClient(BaseAsyncChatClient):
|
|
665
665
|
if self.endpoint.credentials is None:
|
666
666
|
raise ValueError("Anthropic Bedrock endpoint requires credentials")
|
667
667
|
return AsyncAnthropicBedrock(
|
668
|
-
aws_access_key=self.endpoint.credentials.get("
|
669
|
-
aws_secret_key=self.endpoint.credentials.get("
|
668
|
+
aws_access_key=self.endpoint.credentials.get("access_key"),
|
669
|
+
aws_secret_key=self.endpoint.credentials.get("secret_key"),
|
670
670
|
aws_region=self.endpoint.region,
|
671
671
|
http_client=self.http_client,
|
672
672
|
)
|
@@ -1,9 +1,9 @@
|
|
1
|
-
vectorvein-0.1.
|
2
|
-
vectorvein-0.1.
|
3
|
-
vectorvein-0.1.
|
1
|
+
vectorvein-0.1.65.dist-info/METADATA,sha256=fpFrRlOFxiH2LN0z908Zzvzq8ubZTJECcXlURTglHbY,641
|
2
|
+
vectorvein-0.1.65.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
vectorvein-0.1.65.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=Woiq96x0I-wkiLJabYwiYPbajtDw7In3n7y0-y3Zp1Y,39997
|
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=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.65.dist-info/RECORD,,
|
File without changes
|
File without changes
|