pycoze 0.1.221__py3-none-any.whl → 0.1.222__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/text_to_image_prompt.py +1 -2
- pycoze/ai/llm/think.py +2 -2
- {pycoze-0.1.221.dist-info → pycoze-0.1.222.dist-info}/METADATA +1 -1
- {pycoze-0.1.221.dist-info → pycoze-0.1.222.dist-info}/RECORD +7 -7
- {pycoze-0.1.221.dist-info → pycoze-0.1.222.dist-info}/LICENSE +0 -0
- {pycoze-0.1.221.dist-info → pycoze-0.1.222.dist-info}/WHEEL +0 -0
- {pycoze-0.1.221.dist-info → pycoze-0.1.222.dist-info}/top_level.txt +0 -0
pycoze/ai/llm/think.py
CHANGED
@@ -124,8 +124,8 @@ The output should be a complete and usable {language} code snippet, including th
|
|
124
124
|
|
125
125
|
|
126
126
|
if __name__ == "__main__":
|
127
|
-
print(
|
128
|
-
for chunk in
|
127
|
+
print(think("你好", []))
|
128
|
+
for chunk in think_stream("你好", []):
|
129
129
|
print(chunk)
|
130
130
|
print(extract({"name": "lowercase"}, "hello XiaoMing"))
|
131
131
|
print(extract_code("sum 1~100"))
|
@@ -2,8 +2,8 @@ pycoze/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
pycoze/ai/__init__.py,sha256=NhIqfUR_01rlZ8hsxi4aUwQ78tiMGmcUluiB5E4Xy6M,145
|
3
3
|
pycoze/ai/vram_reserve.py,sha256=brgXP42yj3yaZRgW8pfgc4Jg9EivAhcbp5W4igVHcow,4256
|
4
4
|
pycoze/ai/llm/__init__.py,sha256=Pc7eYhrzkZqNXNPKkbd1tyoizdlGm9a60J9NGr1v3RQ,128
|
5
|
-
pycoze/ai/llm/text_to_image_prompt.py,sha256=
|
6
|
-
pycoze/ai/llm/think.py,sha256=
|
5
|
+
pycoze/ai/llm/text_to_image_prompt.py,sha256=4lfcY3HMxWi6SxiZ_dVEWCGG9B_eiMrWuyg1fq1Oz3I,3329
|
6
|
+
pycoze/ai/llm/think.py,sha256=sUgTBdGzcZtL3r-Wx8M3lDuVUmDVz8g3qC0VU8uiKAI,5143
|
7
7
|
pycoze/automation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
pycoze/automation/browser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
pycoze/automation/browser/edge_driver_manager.py,sha256=gpgseunph5owZH6EskSYthuhey2SU3UP204gY0yIcuI,3022
|
@@ -31,8 +31,8 @@ pycoze/utils/__init__.py,sha256=Gi5EnrWZGMD2JRejgV4c_VLCXyvA2wwBFI_niDF5MUE,110
|
|
31
31
|
pycoze/utils/arg.py,sha256=GtfGbMTMdaK75Fwh6MpUe1pCA5X6Ep4LFG7a72YrzjI,525
|
32
32
|
pycoze/utils/env.py,sha256=W04lhvTHhAAC6EldP6kk2xrctqtu8K6kl1vDLZDNeh8,561
|
33
33
|
pycoze/utils/text_or_file.py,sha256=gpxZVWt2DW6YiEg_MnMuwg36VNf3TX383QD_1oZNB0Y,551
|
34
|
-
pycoze-0.1.
|
35
|
-
pycoze-0.1.
|
36
|
-
pycoze-0.1.
|
37
|
-
pycoze-0.1.
|
38
|
-
pycoze-0.1.
|
34
|
+
pycoze-0.1.222.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
|
35
|
+
pycoze-0.1.222.dist-info/METADATA,sha256=94-7rYHqg_-rwSPa2_ZiU5bmHL-dOA6JIwX-oSFUocg,726
|
36
|
+
pycoze-0.1.222.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
|
37
|
+
pycoze-0.1.222.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
|
38
|
+
pycoze-0.1.222.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|