pycoze 0.1.221__py3-none-any.whl → 0.1.222__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,5 @@
1
1
  import re
2
- from .. import yes_or_no
3
- from .. import extract
2
+ from . import yes_or_no, extract
4
3
 
5
4
 
6
5
  def contains_chinese(text):
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(lib_think("你好", []))
128
- for chunk in lib_think_stream("你好", []):
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"))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycoze
3
- Version: 0.1.221
3
+ Version: 0.1.222
4
4
  Summary: Package for pycoze only!
5
5
  Author: Yuan Jie Xiong
6
6
  Author-email: aiqqqqqqq@qq.com
@@ -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=YVOxkY4myIy6Dbmp4UZDHxKHRsSYs948YD8R6L3OqTA,3344
6
- pycoze/ai/llm/think.py,sha256=8hRLgEYlkRWD2RcoP4jub2umdSB0DmtGsklL2Fv3MHI,5151
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.221.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
35
- pycoze-0.1.221.dist-info/METADATA,sha256=Gx0zPnHaB_E-ioEA1ZKxk9xX1VS40VXp_5sGkeFBmVA,726
36
- pycoze-0.1.221.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
37
- pycoze-0.1.221.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
38
- pycoze-0.1.221.dist-info/RECORD,,
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,,