pycoze 0.1.297__py3-none-any.whl → 0.1.298__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.
- pycoze/ai/llm/__init__.py +21 -11
- {pycoze-0.1.297.dist-info → pycoze-0.1.298.dist-info}/METADATA +1 -1
- {pycoze-0.1.297.dist-info → pycoze-0.1.298.dist-info}/RECORD +6 -6
- {pycoze-0.1.297.dist-info → pycoze-0.1.298.dist-info}/LICENSE +0 -0
- {pycoze-0.1.297.dist-info → pycoze-0.1.298.dist-info}/WHEEL +0 -0
- {pycoze-0.1.297.dist-info → pycoze-0.1.298.dist-info}/top_level.txt +0 -0
pycoze/ai/llm/__init__.py
CHANGED
@@ -1,11 +1,21 @@
|
|
1
|
-
from .text_to_image_prompt import text_to_image_prompt
|
2
|
-
from .chat import
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
1
|
+
from .text_to_image_prompt import text_to_image_prompt
|
2
|
+
from .chat import (
|
3
|
+
chat,
|
4
|
+
chat_stream,
|
5
|
+
chat_async,
|
6
|
+
chat_stream_async,
|
7
|
+
extract,
|
8
|
+
yes_or_no,
|
9
|
+
extract_code,
|
10
|
+
)
|
11
|
+
|
12
|
+
__all__ = [
|
13
|
+
text_to_image_prompt,
|
14
|
+
chat,
|
15
|
+
chat_stream,
|
16
|
+
chat_async,
|
17
|
+
chat_stream_async,
|
18
|
+
extract,
|
19
|
+
yes_or_no,
|
20
|
+
extract_code,
|
21
|
+
]
|
@@ -1,7 +1,7 @@
|
|
1
1
|
pycoze/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
pycoze/ai/__init__.py,sha256=_LAz1Ris-ygOiy3treJNKvIMAhu4N-x3DvHSFUleuU8,449
|
3
3
|
pycoze/ai/vram_reserve.py,sha256=DRxKzqf89fLAts0DzU8e19z9kecIF8OdMkQnJlCKZV0,4244
|
4
|
-
pycoze/ai/llm/__init__.py,sha256=
|
4
|
+
pycoze/ai/llm/__init__.py,sha256=7qmligvCSneLx5AFCjKYfGURIiI4KlB4hE19SxIr-Xk,342
|
5
5
|
pycoze/ai/llm/chat.py,sha256=sQZT0ImvRW81fXdlKG0ZrHdDB8g5M4iudaWdG4Kpd6Q,6373
|
6
6
|
pycoze/ai/llm/text_to_image_prompt.py,sha256=0bx2C_YRvjAo7iphHGp1-pmGKsKqwur7dM0t3SiA8kA,3398
|
7
7
|
pycoze/ai/llm/think.py,sha256=sUgTBdGzcZtL3r-Wx8M3lDuVUmDVz8g3qC0VU8uiKAI,5143
|
@@ -35,8 +35,8 @@ pycoze/utils/arg.py,sha256=jop1tBfe5hYkHW1NSpCeaZBEznkgguBscj_7M2dWfrs,503
|
|
35
35
|
pycoze/utils/env.py,sha256=5pWlXfM1F5ZU9hhv1rHlDEanjEW5wf0nbyez9bNRqqA,559
|
36
36
|
pycoze/utils/socket.py,sha256=bZbFFRH4mfThzRqt55BAAGQ6eICx_ja4x8UGGrUdAm8,2428
|
37
37
|
pycoze/utils/text_or_file.py,sha256=gpxZVWt2DW6YiEg_MnMuwg36VNf3TX383QD_1oZNB0Y,551
|
38
|
-
pycoze-0.1.
|
39
|
-
pycoze-0.1.
|
40
|
-
pycoze-0.1.
|
41
|
-
pycoze-0.1.
|
42
|
-
pycoze-0.1.
|
38
|
+
pycoze-0.1.298.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
|
39
|
+
pycoze-0.1.298.dist-info/METADATA,sha256=AXVw5ZmWUw4g2jRE-H0f2eYJw39VRbjaUs4V2tBdcTE,755
|
40
|
+
pycoze-0.1.298.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
41
|
+
pycoze-0.1.298.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
|
42
|
+
pycoze-0.1.298.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|