vectorvein 0.1.20__py3-none-any.whl → 0.1.21__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.
@@ -52,6 +52,7 @@ class GeminiChatClient(BaseChatClient):
52
52
  max_tokens: int | None = None,
53
53
  tools: list | None = None,
54
54
  tool_choice: str | None = None,
55
+ **kwargs,
55
56
  ):
56
57
  if model is not None:
57
58
  self.model = model
@@ -99,6 +100,7 @@ class GeminiChatClient(BaseChatClient):
99
100
  "maxOutputTokens": max_tokens,
100
101
  },
101
102
  **tools_params,
103
+ **kwargs,
102
104
  }
103
105
  if system_prompt:
104
106
  request_body["systemInstruction"] = {"parts": [{"text": system_prompt}]}
@@ -226,6 +228,7 @@ class AsyncGeminiChatClient(BaseAsyncChatClient):
226
228
  max_tokens: int | None = None,
227
229
  tools: list | None = None,
228
230
  tool_choice: str | None = None,
231
+ **kwargs,
229
232
  ):
230
233
  if model is not None:
231
234
  self.model = model
@@ -273,6 +276,7 @@ class AsyncGeminiChatClient(BaseAsyncChatClient):
273
276
  "maxOutputTokens": max_tokens,
274
277
  },
275
278
  **tools_params,
279
+ **kwargs,
276
280
  }
277
281
  if system_prompt:
278
282
  request_body["systemInstruction"] = {"parts": [{"text": system_prompt}]}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vectorvein
3
- Version: 0.1.20
3
+ Version: 0.1.21
4
4
  Summary: Default template for PDM package
5
5
  Author-Email: Anderson <andersonby@163.com>
6
6
  License: MIT
@@ -1,13 +1,13 @@
1
- vectorvein-0.1.20.dist-info/METADATA,sha256=QSFFqZbpsbsi8xtCN7QAMLplu5iNXxekQfLixaGyc-g,502
2
- vectorvein-0.1.20.dist-info/WHEEL,sha256=Yaoh9rlmnhBUmykFXwmFW_cmVAW3ZIWH8QkQVngJtyw,90
3
- vectorvein-0.1.20.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
1
+ vectorvein-0.1.21.dist-info/METADATA,sha256=1jVHDXn7ri6Lgs7uuS8lVLYF6xvKDIrJ0U3fV7flZQQ,502
2
+ vectorvein-0.1.21.dist-info/WHEEL,sha256=Yaoh9rlmnhBUmykFXwmFW_cmVAW3ZIWH8QkQVngJtyw,90
3
+ vectorvein-0.1.21.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=lOGrIEBGN-EoxJ-dF5uMsO6viNCIFIeNL8whDwE6x3g,4657
6
6
  vectorvein/chat_clients/anthropic_client.py,sha256=VJQi7cKLbbLkJtmEFN9M41JUaGjwEuJaXIuQLK-3rdw,20332
7
7
  vectorvein/chat_clients/baichuan_client.py,sha256=CVMvpgjdrZGv0BWnTOBD-f2ufZ3wq3496wqukumsAr4,526
8
8
  vectorvein/chat_clients/base_client.py,sha256=AnzEmNfT4XW4lKcwf8fv2NlSk1EHK0evr4-1EH0KkwI,5018
9
9
  vectorvein/chat_clients/deepseek_client.py,sha256=3qWu01NlJAP2N-Ff62d5-CZXZitlizE1fzb20LNetig,526
10
- vectorvein/chat_clients/gemini_client.py,sha256=YajhQdXnJ6h6Y9sA2dsxH7GF5-3c67QATU0UEyJP5eQ,14579
10
+ vectorvein/chat_clients/gemini_client.py,sha256=nabhddX_0jO0rb1M39GF8X0g6i-wnoy49XI7Id8-1iQ,14663
11
11
  vectorvein/chat_clients/groq_client.py,sha256=Uow4pgdmFi93ZQSoOol2-0PhhqkW-S0XuSldvppz5U4,498
12
12
  vectorvein/chat_clients/local_client.py,sha256=55nOsxzqUf79q3Y14MKROA71zxhsT7p7FsDZ89rts2M,422
13
13
  vectorvein/chat_clients/minimax_client.py,sha256=xykptVg0qzOrJKuswHLG3M7r8H37jEMOb0gAnYAUdKQ,13947
@@ -25,4 +25,4 @@ vectorvein/types/enums.py,sha256=PNK_pTIyjJFy-yAG2PHaMIO1ey3W6fReMCkH8M8VRW4,159
25
25
  vectorvein/types/llm_parameters.py,sha256=mmJjJZz4bPRi0nHzYNUNdWsQLHa9lbf3-MNVnU78vaY,3608
26
26
  vectorvein/utilities/media_processing.py,sha256=BujciRmw1GMmc3ELRvafL8STcy6r5b2rVnh27-uA7so,2256
27
27
  vectorvein/utilities/retry.py,sha256=9ePuJdeUUGx-qMWfaFxmlOvG_lQPwCQ4UB1z3Edlo34,993
28
- vectorvein-0.1.20.dist-info/RECORD,,
28
+ vectorvein-0.1.21.dist-info/RECORD,,