xiaogpt 3.21__tar.gz → 3.22__tar.gz
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.
- {xiaogpt-3.21 → xiaogpt-3.22}/PKG-INFO +16 -15
- {xiaogpt-3.21 → xiaogpt-3.22}/pyproject.toml +21 -15
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/bot/llama_bot.py +0 -1
- {xiaogpt-3.21 → xiaogpt-3.22}/LICENSE +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/README.md +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/__init__.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/__main__.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/bot/__init__.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/bot/base_bot.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/bot/chatgptapi_bot.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/bot/doubao_bot.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/bot/gemini_bot.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/bot/glm_bot.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/bot/langchain_bot.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/bot/moonshot_bot.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/bot/qwen_bot.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/bot/yi_bot.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/cli.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/config.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/langchain/callbacks.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/langchain/chain.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/langchain/examples/email/mail_box.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/langchain/examples/email/mail_summary_tools.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/tts/__init__.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/tts/base.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/tts/file.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/tts/live.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/tts/mi.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/utils.py +0 -0
- {xiaogpt-3.21 → xiaogpt-3.22}/xiaogpt/xiaogpt.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: xiaogpt
|
3
|
-
Version: 3.
|
3
|
+
Version: 3.22
|
4
4
|
Summary: Play ChatGPT or other LLM with xiaomi AI speaker
|
5
5
|
Author-Email: yihong0618 <zouzou0208@gmail.com>
|
6
6
|
License: MIT
|
@@ -29,8 +29,8 @@ Requires-Dist: lingua-language-detector>=2.0.2; python_version < "3.13"
|
|
29
29
|
Requires-Dist: volcengine-python-sdk>=1.1.5
|
30
30
|
Provides-Extra: locked
|
31
31
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "locked"
|
32
|
-
Requires-Dist: aiohttp==3.12.
|
33
|
-
Requires-Dist: aiosignal==1.
|
32
|
+
Requires-Dist: aiohttp==3.12.15; extra == "locked"
|
33
|
+
Requires-Dist: aiosignal==1.4.0; extra == "locked"
|
34
34
|
Requires-Dist: annotated-types==0.6.0; extra == "locked"
|
35
35
|
Requires-Dist: anyio==4.3.0; extra == "locked"
|
36
36
|
Requires-Dist: async-timeout==4.0.3; python_version < "3.11" and extra == "locked"
|
@@ -39,11 +39,12 @@ Requires-Dist: azure-cognitiveservices-speech==1.37.0; extra == "locked"
|
|
39
39
|
Requires-Dist: beautifulsoup4==4.13.4; extra == "locked"
|
40
40
|
Requires-Dist: cachetools==5.3.2; extra == "locked"
|
41
41
|
Requires-Dist: certifi==2024.2.2; extra == "locked"
|
42
|
-
Requires-Dist: cffi==1.17.1;
|
42
|
+
Requires-Dist: cffi==1.17.1; extra == "locked"
|
43
43
|
Requires-Dist: charset-normalizer==3.3.2; extra == "locked"
|
44
44
|
Requires-Dist: click==8.1.7; extra == "locked"
|
45
45
|
Requires-Dist: colorama==0.4.6; platform_system == "Windows" and extra == "locked"
|
46
|
-
Requires-Dist:
|
46
|
+
Requires-Dist: cryptography==43.0.3; extra == "locked"
|
47
|
+
Requires-Dist: dashscope==1.24.1; extra == "locked"
|
47
48
|
Requires-Dist: dataclasses-json==0.6.3; extra == "locked"
|
48
49
|
Requires-Dist: distro==1.9.0; extra == "locked"
|
49
50
|
Requires-Dist: edge-tts==6.1.10; extra == "locked"
|
@@ -60,7 +61,7 @@ Requires-Dist: google-generativeai==0.8.5; extra == "locked"
|
|
60
61
|
Requires-Dist: google-search-results==2.4.2; extra == "locked"
|
61
62
|
Requires-Dist: googleapis-common-protos==1.62.0; extra == "locked"
|
62
63
|
Requires-Dist: greenlet==3.0.3; (platform_machine == "win32" or platform_machine == "WIN32" or platform_machine == "AMD64" or platform_machine == "amd64" or platform_machine == "x86_64" or platform_machine == "ppc64le" or platform_machine == "aarch64") and extra == "locked"
|
63
|
-
Requires-Dist: groq==0.
|
64
|
+
Requires-Dist: groq==0.31.0; extra == "locked"
|
64
65
|
Requires-Dist: grpcio==1.60.0; extra == "locked"
|
65
66
|
Requires-Dist: grpcio-status==1.60.0; extra == "locked"
|
66
67
|
Requires-Dist: h11==0.14.0; extra == "locked"
|
@@ -74,10 +75,10 @@ Requires-Dist: idna==3.7; extra == "locked"
|
|
74
75
|
Requires-Dist: jiter==0.5.0; extra == "locked"
|
75
76
|
Requires-Dist: jsonpatch==1.33; extra == "locked"
|
76
77
|
Requires-Dist: jsonpointer==2.4; extra == "locked"
|
77
|
-
Requires-Dist: langchain==0.3.
|
78
|
-
Requires-Dist: langchain-community==0.3.
|
79
|
-
Requires-Dist: langchain-core==0.3.
|
80
|
-
Requires-Dist: langchain-text-splitters==0.3.
|
78
|
+
Requires-Dist: langchain==0.3.27; extra == "locked"
|
79
|
+
Requires-Dist: langchain-community==0.3.27; extra == "locked"
|
80
|
+
Requires-Dist: langchain-core==0.3.74; extra == "locked"
|
81
|
+
Requires-Dist: langchain-text-splitters==0.3.9; extra == "locked"
|
81
82
|
Requires-Dist: langsmith==0.3.45; extra == "locked"
|
82
83
|
Requires-Dist: lingua-language-detector==2.0.2; python_version < "3.13" and extra == "locked"
|
83
84
|
Requires-Dist: markdown-it-py==3.0.0; extra == "locked"
|
@@ -89,7 +90,7 @@ Requires-Dist: mutagen==1.47.0; extra == "locked"
|
|
89
90
|
Requires-Dist: mypy-extensions==1.0.0; extra == "locked"
|
90
91
|
Requires-Dist: numexpr==2.10.2; extra == "locked"
|
91
92
|
Requires-Dist: numpy==1.26.3; extra == "locked"
|
92
|
-
Requires-Dist: openai==1.
|
93
|
+
Requires-Dist: openai==1.99.6; extra == "locked"
|
93
94
|
Requires-Dist: orjson==3.10.0; platform_python_implementation != "PyPy" and extra == "locked"
|
94
95
|
Requires-Dist: ormsgpack==1.5.0; extra == "locked"
|
95
96
|
Requires-Dist: packaging==23.2; extra == "locked"
|
@@ -98,7 +99,7 @@ Requires-Dist: proto-plus==1.26.1; extra == "locked"
|
|
98
99
|
Requires-Dist: protobuf==4.25.1; extra == "locked"
|
99
100
|
Requires-Dist: pyasn1==0.5.1; extra == "locked"
|
100
101
|
Requires-Dist: pyasn1-modules==0.3.0; extra == "locked"
|
101
|
-
Requires-Dist: pycparser==2.22;
|
102
|
+
Requires-Dist: pycparser==2.22; extra == "locked"
|
102
103
|
Requires-Dist: pydantic==2.8.2; extra == "locked"
|
103
104
|
Requires-Dist: pydantic-core==2.20.1; extra == "locked"
|
104
105
|
Requires-Dist: pydantic-settings==2.5.2; extra == "locked"
|
@@ -110,7 +111,7 @@ Requires-Dist: python-dotenv==1.0.1; extra == "locked"
|
|
110
111
|
Requires-Dist: pyyaml==6.0.2; extra == "locked"
|
111
112
|
Requires-Dist: requests==2.31.0; extra == "locked"
|
112
113
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "locked"
|
113
|
-
Requires-Dist: rich==14.
|
114
|
+
Requires-Dist: rich==14.1.0; extra == "locked"
|
114
115
|
Requires-Dist: rsa==4.9; extra == "locked"
|
115
116
|
Requires-Dist: setuptools==78.1.1; extra == "locked"
|
116
117
|
Requires-Dist: six==1.17.0; extra == "locked"
|
@@ -125,11 +126,11 @@ Requires-Dist: typing-extensions==4.12.2; extra == "locked"
|
|
125
126
|
Requires-Dist: typing-inspect==0.9.0; extra == "locked"
|
126
127
|
Requires-Dist: uritemplate==4.1.1; extra == "locked"
|
127
128
|
Requires-Dist: urllib3==2.1.0; extra == "locked"
|
128
|
-
Requires-Dist: volcengine-python-sdk==
|
129
|
+
Requires-Dist: volcengine-python-sdk==4.0.10; extra == "locked"
|
129
130
|
Requires-Dist: websocket-client==1.8.0; extra == "locked"
|
130
131
|
Requires-Dist: wsproto==1.2.0; extra == "locked"
|
131
132
|
Requires-Dist: yarl==1.20.0; extra == "locked"
|
132
|
-
Requires-Dist: zhipuai==2.1.5.
|
133
|
+
Requires-Dist: zhipuai==2.1.5.20250801; extra == "locked"
|
133
134
|
Requires-Dist: zstandard==0.23.0; extra == "locked"
|
134
135
|
Description-Content-Type: text/markdown
|
135
136
|
|
@@ -32,7 +32,7 @@ dependencies = [
|
|
32
32
|
"volcengine-python-sdk>=1.1.5",
|
33
33
|
]
|
34
34
|
dynamic = []
|
35
|
-
version = "3.
|
35
|
+
version = "3.22"
|
36
36
|
|
37
37
|
[project.license]
|
38
38
|
text = "MIT"
|
@@ -46,8 +46,8 @@ xiaogpt = "xiaogpt.cli:main"
|
|
46
46
|
[project.optional-dependencies]
|
47
47
|
locked = [
|
48
48
|
"aiohappyeyeballs==2.6.1",
|
49
|
-
"aiohttp==3.12.
|
50
|
-
"aiosignal==1.
|
49
|
+
"aiohttp==3.12.15",
|
50
|
+
"aiosignal==1.4.0",
|
51
51
|
"annotated-types==0.6.0",
|
52
52
|
"anyio==4.3.0",
|
53
53
|
"async-timeout==4.0.3 ; python_version < \"3.11\"",
|
@@ -56,11 +56,12 @@ locked = [
|
|
56
56
|
"beautifulsoup4==4.13.4",
|
57
57
|
"cachetools==5.3.2",
|
58
58
|
"certifi==2024.2.2",
|
59
|
-
"cffi==1.17.1
|
59
|
+
"cffi==1.17.1",
|
60
60
|
"charset-normalizer==3.3.2",
|
61
61
|
"click==8.1.7",
|
62
62
|
"colorama==0.4.6 ; platform_system == \"Windows\"",
|
63
|
-
"
|
63
|
+
"cryptography==43.0.3",
|
64
|
+
"dashscope==1.24.1",
|
64
65
|
"dataclasses-json==0.6.3",
|
65
66
|
"distro==1.9.0",
|
66
67
|
"edge-tts==6.1.10",
|
@@ -77,7 +78,7 @@ locked = [
|
|
77
78
|
"google-search-results==2.4.2",
|
78
79
|
"googleapis-common-protos==1.62.0",
|
79
80
|
"greenlet==3.0.3 ; platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\"",
|
80
|
-
"groq==0.
|
81
|
+
"groq==0.31.0",
|
81
82
|
"grpcio==1.60.0",
|
82
83
|
"grpcio-status==1.60.0",
|
83
84
|
"h11==0.14.0",
|
@@ -91,10 +92,10 @@ locked = [
|
|
91
92
|
"jiter==0.5.0",
|
92
93
|
"jsonpatch==1.33",
|
93
94
|
"jsonpointer==2.4",
|
94
|
-
"langchain==0.3.
|
95
|
-
"langchain-community==0.3.
|
96
|
-
"langchain-core==0.3.
|
97
|
-
"langchain-text-splitters==0.3.
|
95
|
+
"langchain==0.3.27",
|
96
|
+
"langchain-community==0.3.27",
|
97
|
+
"langchain-core==0.3.74",
|
98
|
+
"langchain-text-splitters==0.3.9",
|
98
99
|
"langsmith==0.3.45",
|
99
100
|
"lingua-language-detector==2.0.2 ; python_version < \"3.13\"",
|
100
101
|
"markdown-it-py==3.0.0",
|
@@ -106,7 +107,7 @@ locked = [
|
|
106
107
|
"mypy-extensions==1.0.0",
|
107
108
|
"numexpr==2.10.2",
|
108
109
|
"numpy==1.26.3",
|
109
|
-
"openai==1.
|
110
|
+
"openai==1.99.6",
|
110
111
|
"orjson==3.10.0 ; platform_python_implementation != \"PyPy\"",
|
111
112
|
"ormsgpack==1.5.0",
|
112
113
|
"packaging==23.2",
|
@@ -115,7 +116,7 @@ locked = [
|
|
115
116
|
"protobuf==4.25.1",
|
116
117
|
"pyasn1==0.5.1",
|
117
118
|
"pyasn1-modules==0.3.0",
|
118
|
-
"pycparser==2.22
|
119
|
+
"pycparser==2.22",
|
119
120
|
"pydantic==2.8.2",
|
120
121
|
"pydantic-core==2.20.1",
|
121
122
|
"pydantic-settings==2.5.2",
|
@@ -127,7 +128,7 @@ locked = [
|
|
127
128
|
"pyyaml==6.0.2",
|
128
129
|
"requests==2.31.0",
|
129
130
|
"requests-toolbelt==1.0.0",
|
130
|
-
"rich==14.
|
131
|
+
"rich==14.1.0",
|
131
132
|
"rsa==4.9",
|
132
133
|
"setuptools==78.1.1",
|
133
134
|
"six==1.17.0",
|
@@ -142,11 +143,11 @@ locked = [
|
|
142
143
|
"typing-inspect==0.9.0",
|
143
144
|
"uritemplate==4.1.1",
|
144
145
|
"urllib3==2.1.0",
|
145
|
-
"volcengine-python-sdk==
|
146
|
+
"volcengine-python-sdk==4.0.10",
|
146
147
|
"websocket-client==1.8.0",
|
147
148
|
"wsproto==1.2.0",
|
148
149
|
"yarl==1.20.0",
|
149
|
-
"zhipuai==2.1.5.
|
150
|
+
"zhipuai==2.1.5.20250801",
|
150
151
|
"zstandard==0.23.0",
|
151
152
|
]
|
152
153
|
|
@@ -158,6 +159,11 @@ autoexport = [
|
|
158
159
|
{ filename = "requirements.txt", without-hashes = true },
|
159
160
|
]
|
160
161
|
|
162
|
+
[tool.pdm.dev-dependencies]
|
163
|
+
dev = [
|
164
|
+
"black",
|
165
|
+
]
|
166
|
+
|
161
167
|
[tool.pdm.version]
|
162
168
|
source = "scm"
|
163
169
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|