vectorvein 0.1.12__py3-none-any.whl → 0.1.13__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 BaseChatClient(ABC):
52
52
  max_tokens: int | None = None,
53
53
  tools: list | NotGiven = NOT_GIVEN,
54
54
  tool_choice: str | NotGiven = NOT_GIVEN,
55
+ **kwargs,
55
56
  ) -> ChatCompletionMessage | Generator[ChatCompletionDeltaMessage, Any, None]:
56
57
  pass
57
58
 
@@ -63,6 +64,7 @@ class BaseChatClient(ABC):
63
64
  max_tokens: int | None = None,
64
65
  tools: list | NotGiven = NOT_GIVEN,
65
66
  tool_choice: str | NotGiven = NOT_GIVEN,
67
+ **kwargs,
66
68
  ) -> Generator[ChatCompletionDeltaMessage, Any, None]:
67
69
  return self.create_completion(
68
70
  messages=messages,
@@ -72,6 +74,7 @@ class BaseChatClient(ABC):
72
74
  max_tokens=max_tokens,
73
75
  tools=tools,
74
76
  tool_choice=tool_choice,
77
+ **kwargs,
75
78
  )
76
79
 
77
80
 
@@ -115,6 +118,7 @@ class BaseAsyncChatClient(ABC):
115
118
  max_tokens: int | None = None,
116
119
  tools: list | NotGiven = NOT_GIVEN,
117
120
  tool_choice: str | NotGiven = NOT_GIVEN,
121
+ **kwargs,
118
122
  ) -> ChatCompletionMessage | AsyncGenerator[ChatCompletionDeltaMessage, None]:
119
123
  pass
120
124
 
@@ -126,6 +130,7 @@ class BaseAsyncChatClient(ABC):
126
130
  max_tokens: int | None = None,
127
131
  tools: list | NotGiven = NOT_GIVEN,
128
132
  tool_choice: str | NotGiven = NOT_GIVEN,
133
+ **kwargs,
129
134
  ) -> AsyncGenerator[ChatCompletionDeltaMessage, None]:
130
135
  return await self.create_completion(
131
136
  messages=messages,
@@ -135,4 +140,5 @@ class BaseAsyncChatClient(ABC):
135
140
  max_tokens=max_tokens,
136
141
  tools=tools,
137
142
  tool_choice=tool_choice,
143
+ **kwargs,
138
144
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vectorvein
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Summary: Default template for PDM package
5
5
  Author-Email: Anderson <andersonby@163.com>
6
6
  License: MIT
@@ -1,9 +1,9 @@
1
- vectorvein-0.1.12.dist-info/METADATA,sha256=OxvgLVzQ5ilVePTHSj5ZhU9aKdyb7nXq7A7UNyDFuzo,502
2
- vectorvein-0.1.12.dist-info/WHEEL,sha256=rSwsxJWe3vzyR5HCwjWXQruDgschpei4h_giTm0dJVE,90
1
+ vectorvein-0.1.13.dist-info/METADATA,sha256=suWdvirK0pih0zkQrJ0zUkXQ7hhFr8f0NmUHD6yQwT8,502
2
+ vectorvein-0.1.13.dist-info/WHEEL,sha256=rSwsxJWe3vzyR5HCwjWXQruDgschpei4h_giTm0dJVE,90
3
3
  vectorvein/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  vectorvein/chat_clients/__init__.py,sha256=rur7elYPL-HIQM46U5Kb8aO4tMXfYOOKLdIHFlKIw0M,4421
5
5
  vectorvein/chat_clients/anthropic_client.py,sha256=sECXynbReJs1xixFEHSlfEQo9Q1zGf5uCJ-V8emdoAM,20438
6
- vectorvein/chat_clients/base_client.py,sha256=CscLWDNd8pE0EKthvRRtxyjMhGGt7pwP4FOts9KNOLU,4469
6
+ vectorvein/chat_clients/base_client.py,sha256=4nGY5A7s7Ubgqb7XqFGkYwM6RNYDTuWkHZrH5KTJZiE,4585
7
7
  vectorvein/chat_clients/deepseek_client.py,sha256=3qWu01NlJAP2N-Ff62d5-CZXZitlizE1fzb20LNetig,526
8
8
  vectorvein/chat_clients/gemini_client.py,sha256=W-9Vu-GTE9wxStPznyNR0rBEgDG3LYBu2uQXd4sh1YQ,14425
9
9
  vectorvein/chat_clients/groq_client.py,sha256=Uow4pgdmFi93ZQSoOol2-0PhhqkW-S0XuSldvppz5U4,498
@@ -23,4 +23,4 @@ vectorvein/types/enums.py,sha256=vzOenCnRlFXBwPh-lfFhjGfM-6yfDj7wZColHODqocI,155
23
23
  vectorvein/types/llm_parameters.py,sha256=PWN18dDGrCTP4Bz7pX0XxO-wDUA7qTngppzEELrROmc,3496
24
24
  vectorvein/utilities/media_processing.py,sha256=BujciRmw1GMmc3ELRvafL8STcy6r5b2rVnh27-uA7so,2256
25
25
  vectorvein/utilities/retry.py,sha256=9ePuJdeUUGx-qMWfaFxmlOvG_lQPwCQ4UB1z3Edlo34,993
26
- vectorvein-0.1.12.dist-info/RECORD,,
26
+ vectorvein-0.1.13.dist-info/RECORD,,