deepanything 0.1.8__py3-none-any.whl → 0.1.9__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.
- deepanything/ReasonClient.py +2 -0
- deepanything/metadatas.py +1 -1
- {deepanything-0.1.8.dist-info → deepanything-0.1.9.dist-info}/METADATA +1 -1
- {deepanything-0.1.8.dist-info → deepanything-0.1.9.dist-info}/RECORD +8 -8
- {deepanything-0.1.8.dist-info → deepanything-0.1.9.dist-info}/LICENSE +0 -0
- {deepanything-0.1.8.dist-info → deepanything-0.1.9.dist-info}/WHEEL +0 -0
- {deepanything-0.1.8.dist-info → deepanything-0.1.9.dist-info}/entry_points.txt +0 -0
- {deepanything-0.1.8.dist-info → deepanything-0.1.9.dist-info}/top_level.txt +0 -0
deepanything/ReasonClient.py
CHANGED
@@ -146,6 +146,7 @@ class DeepseekReasonClient(ReasonClient):
|
|
146
146
|
if chunk.choices[0].delta.reasoning_content is not None:
|
147
147
|
yield chunk
|
148
148
|
else:
|
149
|
+
stream.close()
|
149
150
|
return
|
150
151
|
|
151
152
|
|
@@ -195,6 +196,7 @@ class AsyncDeepseekReasonClient(AsyncReasonClient):
|
|
195
196
|
if chunk.choices[0].delta.reasoning_content is not None:
|
196
197
|
yield chunk
|
197
198
|
else:
|
199
|
+
await stream.close()
|
198
200
|
return
|
199
201
|
|
200
202
|
|
deepanything/metadatas.py
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
deepanything/DeepAnythingClient.py,sha256=4dJg5CFsQLlhxCWgtj7UYa9VTchogeFm_-B3YExk8Ns,28622
|
2
|
-
deepanything/ReasonClient.py,sha256=
|
2
|
+
deepanything/ReasonClient.py,sha256=wAJC3QkbtsFYxCz6c2w_TozGIfynXR12c2uP9sw3DRE,12966
|
3
3
|
deepanything/ResponseClient.py,sha256=BT-5qBv1xs3-5SbYfFEjHYzH0E09I4Fl8h4K1IvSJ8U,5089
|
4
4
|
deepanything/Stream.py,sha256=8GSsKeAhSwSt0T6JAO4l3ivTwGuJYMxp7GlqpExp8T8,2440
|
5
5
|
deepanything/Utility.py,sha256=dZeCg_D28rwJILLuCsE-ZtcKUkbW1prXPVlpSkYFCKA,7024
|
6
6
|
deepanything/__init__.py,sha256=_2RolcKcpxmW0dmtiQpXlvgxe5dvqx90Yg_Q_oVLVZQ,175
|
7
7
|
deepanything/__main__.py,sha256=BWGtAVWDgJg50uGTEvZNV4P4PFghYwx5cTpXlEAWRio,1084
|
8
|
-
deepanything/metadatas.py,sha256=
|
8
|
+
deepanything/metadatas.py,sha256=QXCPCPR40lx2UhEWW74CukMEerGLAFSPg76cNWv5qXE,82
|
9
9
|
deepanything/Server/Server.py,sha256=avsTMQVtX9RErhKm2JqYt_U_auUyhHiE4u-Xu1zPzOI,11460
|
10
10
|
deepanything/Server/Types.py,sha256=yGd1vwYMg2nXXOdFh6esHfrAjCglkg9ivqzBMA4go6Y,646
|
11
11
|
deepanything/Server/__init__.py,sha256=eIpn6NbNvEg4ST8CuuIuzPT3m_fTlmPC3sikPoPFsYo,92
|
12
|
-
deepanything-0.1.
|
13
|
-
deepanything-0.1.
|
14
|
-
deepanything-0.1.
|
15
|
-
deepanything-0.1.
|
16
|
-
deepanything-0.1.
|
17
|
-
deepanything-0.1.
|
12
|
+
deepanything-0.1.9.dist-info/LICENSE,sha256=JWYd2E-mcNcSYjT5nk4ayM5kkkDq6ZlOxVcYsyqCIwU,1059
|
13
|
+
deepanything-0.1.9.dist-info/METADATA,sha256=b5eVZeTthG2isC-5gtwFEejvho66UrLIJLe_bDU9cEA,9486
|
14
|
+
deepanything-0.1.9.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
15
|
+
deepanything-0.1.9.dist-info/entry_points.txt,sha256=UT4gNGx6dJsKBjZIl3VkMekh385O5WMbMidAAla6UB4,60
|
16
|
+
deepanything-0.1.9.dist-info/top_level.txt,sha256=wGeRb__4jEJTclCUl0cxhgubD_Bq-QT38VIH6C4KpzY,13
|
17
|
+
deepanything-0.1.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|