xiaogpt 2.91__py3-none-any.whl → 2.92__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xiaogpt
3
- Version: 2.91
3
+ Version: 2.92
4
4
  Summary: Play ChatGPT or other LLM with xiaomi AI speaker
5
5
  Author-Email: yihong0618 <zouzou0208@gmail.com>
6
6
  License: MIT
@@ -86,6 +86,7 @@ Requires-Dist: numpy==1.26.3; extra == "locked"
86
86
  Requires-Dist: openai==1.36.1; extra == "locked"
87
87
  Requires-Dist: openpyxl==3.1.5; python_version ~= "3.8" and python_full_version != "3.9.7" and extra == "locked"
88
88
  Requires-Dist: orjson==3.10.0; extra == "locked"
89
+ Requires-Dist: ormsgpack==1.5.0; extra == "locked"
89
90
  Requires-Dist: packaging==23.2; extra == "locked"
90
91
  Requires-Dist: pandas==2.2.2; python_version ~= "3.8" and python_full_version != "3.9.7" and extra == "locked"
91
92
  Requires-Dist: proto-plus==1.23.0; extra == "locked"
@@ -109,7 +110,7 @@ Requires-Dist: socksio==1.0.0; extra == "locked"
109
110
  Requires-Dist: soupsieve==2.5; extra == "locked"
110
111
  Requires-Dist: sqlalchemy==2.0.25; extra == "locked"
111
112
  Requires-Dist: tenacity==8.2.3; extra == "locked"
112
- Requires-Dist: tetos==0.3.0; extra == "locked"
113
+ Requires-Dist: tetos==0.3.1; extra == "locked"
113
114
  Requires-Dist: tqdm==4.66.1; extra == "locked"
114
115
  Requires-Dist: typing-extensions==4.12.2; extra == "locked"
115
116
  Requires-Dist: typing-inspect==0.9.0; extra == "locked"
@@ -1,7 +1,7 @@
1
- xiaogpt-2.91.dist-info/METADATA,sha256=yllWDlUIeoLM0vFSh4tFtWfHVXdbxGALwytgbOPhylw,30847
2
- xiaogpt-2.91.dist-info/WHEEL,sha256=rSwsxJWe3vzyR5HCwjWXQruDgschpei4h_giTm0dJVE,90
3
- xiaogpt-2.91.dist-info/entry_points.txt,sha256=zLFzA72qQ_eWBepdA2YU5vdXFqORH8wXhv2Ox1vnYP8,46
4
- xiaogpt-2.91.dist-info/licenses/LICENSE,sha256=XdClh516MvlnOf9749JZHCxSB7y6_fyXcWmLDz6IkZY,1063
1
+ xiaogpt-2.92.dist-info/METADATA,sha256=p0IjnCgmXIO0qEHUJXlQp9MlOX32XwSFQgjCSF3hyUI,30898
2
+ xiaogpt-2.92.dist-info/WHEEL,sha256=rSwsxJWe3vzyR5HCwjWXQruDgschpei4h_giTm0dJVE,90
3
+ xiaogpt-2.92.dist-info/entry_points.txt,sha256=zLFzA72qQ_eWBepdA2YU5vdXFqORH8wXhv2Ox1vnYP8,46
4
+ xiaogpt-2.92.dist-info/licenses/LICENSE,sha256=XdClh516MvlnOf9749JZHCxSB7y6_fyXcWmLDz6IkZY,1063
5
5
  xiaogpt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  xiaogpt/__main__.py,sha256=MSmt_5Xg84uHqzTN38JwgseJK8rsJn_11A8WD99VtEo,61
7
7
  xiaogpt/bot/__init__.py,sha256=BDGvj1JuWVw47qfREWGKnSXeiFg6DVJJAz2rHVryqmc,1160
@@ -27,4 +27,4 @@ xiaogpt/tts/mi.py,sha256=1MzCB27DBohPQ_4Xz4W_FV9p-chJFDavOHB89NviLcM,1095
27
27
  xiaogpt/tts/tetos.py,sha256=fkuOSYGqAfJyyPEXbsiOS--CewGf1JUiahoN33nzOAA,1058
28
28
  xiaogpt/utils.py,sha256=YYmRDNtccxqB9gyN_xhKZwgL1_PNYEp7So_-jt2tiVg,2668
29
29
  xiaogpt/xiaogpt.py,sha256=3Q8Au9QcJy1fRGrMd0XKYbUn9_uKvVPce8PE-DA6heg,16153
30
- xiaogpt-2.91.dist-info/RECORD,,
30
+ xiaogpt-2.92.dist-info/RECORD,,
File without changes