xiaogpt 2.84__tar.gz → 2.90__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-2.84 → xiaogpt-2.90}/PKG-INFO +26 -17
- {xiaogpt-2.84 → xiaogpt-2.90}/pyproject.toml +26 -17
- {xiaogpt-2.84 → xiaogpt-2.90}/LICENSE +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/README.md +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/__init__.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/__main__.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/bot/__init__.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/bot/base_bot.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/bot/chatgptapi_bot.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/bot/doubao_bot.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/bot/gemini_bot.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/bot/glm_bot.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/bot/langchain_bot.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/bot/llama_bot.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/bot/moonshot_bot.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/bot/qwen_bot.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/bot/yi_bot.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/cli.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/config.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/langchain/callbacks.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/langchain/chain.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/langchain/examples/email/mail_box.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/langchain/examples/email/mail_summary_tools.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/tts/__init__.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/tts/base.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/tts/mi.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/tts/tetos.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/utils.py +0 -0
- {xiaogpt-2.84 → xiaogpt-2.90}/xiaogpt/xiaogpt.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: xiaogpt
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.90
|
4
4
|
Summary: Play ChatGPT or other LLM with xiaomi AI speaker
|
5
5
|
Author-Email: yihong0618 <zouzou0208@gmail.com>
|
6
6
|
License: MIT
|
@@ -39,24 +39,25 @@ Requires-Dist: certifi==2024.2.2; extra == "locked"
|
|
39
39
|
Requires-Dist: charset-normalizer==3.3.2; extra == "locked"
|
40
40
|
Requires-Dist: click==8.1.7; extra == "locked"
|
41
41
|
Requires-Dist: colorama==0.4.6; platform_system == "Windows" and extra == "locked"
|
42
|
-
Requires-Dist: dashscope==1.
|
42
|
+
Requires-Dist: dashscope==1.20.1; extra == "locked"
|
43
43
|
Requires-Dist: dataclasses-json==0.6.3; extra == "locked"
|
44
44
|
Requires-Dist: distro==1.9.0; extra == "locked"
|
45
45
|
Requires-Dist: edge-tts==6.1.10; extra == "locked"
|
46
|
+
Requires-Dist: et-xmlfile==1.1.0; python_version ~= "3.8" and python_full_version != "3.9.7" and extra == "locked"
|
46
47
|
Requires-Dist: exceptiongroup==1.2.0; python_version < "3.11" and extra == "locked"
|
47
48
|
Requires-Dist: frozenlist==1.4.1; extra == "locked"
|
48
|
-
Requires-Dist: google-ai-generativelanguage==0.6.
|
49
|
+
Requires-Dist: google-ai-generativelanguage==0.6.6; extra == "locked"
|
49
50
|
Requires-Dist: google-api-core==2.15.0; extra == "locked"
|
50
51
|
Requires-Dist: google-api-core[grpc]==2.15.0; extra == "locked"
|
51
52
|
Requires-Dist: google-api-python-client==2.125.0; extra == "locked"
|
52
53
|
Requires-Dist: google-auth==2.26.1; extra == "locked"
|
53
54
|
Requires-Dist: google-auth-httplib2==0.2.0; extra == "locked"
|
54
55
|
Requires-Dist: google-cloud-texttospeech==2.16.3; extra == "locked"
|
55
|
-
Requires-Dist: google-generativeai==0.
|
56
|
+
Requires-Dist: google-generativeai==0.7.1; extra == "locked"
|
56
57
|
Requires-Dist: google-search-results==2.4.2; extra == "locked"
|
57
58
|
Requires-Dist: googleapis-common-protos==1.62.0; extra == "locked"
|
58
59
|
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"
|
59
|
-
Requires-Dist: groq==0.
|
60
|
+
Requires-Dist: groq==0.9.0; extra == "locked"
|
60
61
|
Requires-Dist: grpcio==1.60.0; extra == "locked"
|
61
62
|
Requires-Dist: grpcio-status==1.60.0; extra == "locked"
|
62
63
|
Requires-Dist: h11==0.14.0; extra == "locked"
|
@@ -67,50 +68,58 @@ Requires-Dist: httpx[socks]==0.27.0; extra == "locked"
|
|
67
68
|
Requires-Dist: idna==3.7; extra == "locked"
|
68
69
|
Requires-Dist: jsonpatch==1.33; extra == "locked"
|
69
70
|
Requires-Dist: jsonpointer==2.4; extra == "locked"
|
70
|
-
Requires-Dist: langchain==0.2.
|
71
|
-
Requires-Dist: langchain-community==0.2.
|
72
|
-
Requires-Dist: langchain-core==0.2.
|
71
|
+
Requires-Dist: langchain==0.2.6; extra == "locked"
|
72
|
+
Requires-Dist: langchain-community==0.2.6; extra == "locked"
|
73
|
+
Requires-Dist: langchain-core==0.2.11; extra == "locked"
|
73
74
|
Requires-Dist: langchain-text-splitters==0.2.0; extra == "locked"
|
74
|
-
Requires-Dist: langsmith==0.1.
|
75
|
+
Requires-Dist: langsmith==0.1.84; extra == "locked"
|
75
76
|
Requires-Dist: lingua-language-detector==2.0.2; python_version < "3.13" and extra == "locked"
|
76
77
|
Requires-Dist: markdown-it-py==3.0.0; extra == "locked"
|
77
78
|
Requires-Dist: marshmallow==3.20.1; extra == "locked"
|
78
79
|
Requires-Dist: mdurl==0.1.2; extra == "locked"
|
79
|
-
Requires-Dist: miservice-fork==2.
|
80
|
+
Requires-Dist: miservice-fork==2.7.0; extra == "locked"
|
80
81
|
Requires-Dist: multidict==6.0.5; extra == "locked"
|
81
82
|
Requires-Dist: mutagen==1.47.0; extra == "locked"
|
82
83
|
Requires-Dist: mypy-extensions==1.0.0; extra == "locked"
|
83
|
-
Requires-Dist: numexpr==2.10.
|
84
|
+
Requires-Dist: numexpr==2.10.1; extra == "locked"
|
84
85
|
Requires-Dist: numpy==1.26.3; extra == "locked"
|
85
|
-
Requires-Dist: openai==1.
|
86
|
+
Requires-Dist: openai==1.35.10; extra == "locked"
|
87
|
+
Requires-Dist: openpyxl==3.1.5; python_version ~= "3.8" and python_full_version != "3.9.7" and extra == "locked"
|
86
88
|
Requires-Dist: orjson==3.10.0; extra == "locked"
|
87
89
|
Requires-Dist: packaging==23.2; extra == "locked"
|
90
|
+
Requires-Dist: pandas==2.2.2; python_version ~= "3.8" and python_full_version != "3.9.7" and extra == "locked"
|
88
91
|
Requires-Dist: proto-plus==1.23.0; extra == "locked"
|
89
92
|
Requires-Dist: protobuf==4.25.1; extra == "locked"
|
90
93
|
Requires-Dist: pyasn1==0.5.1; extra == "locked"
|
91
94
|
Requires-Dist: pyasn1-modules==0.3.0; extra == "locked"
|
92
|
-
Requires-Dist: pydantic==2.
|
93
|
-
Requires-Dist: pydantic-core==2.
|
95
|
+
Requires-Dist: pydantic==2.8.2; extra == "locked"
|
96
|
+
Requires-Dist: pydantic-core==2.20.1; extra == "locked"
|
94
97
|
Requires-Dist: pygments==2.17.2; extra == "locked"
|
95
98
|
Requires-Dist: pyjwt==2.8.0; extra == "locked"
|
96
99
|
Requires-Dist: pyparsing==3.1.2; python_version > "3.0" and extra == "locked"
|
100
|
+
Requires-Dist: python-dateutil==2.9.0.post0; python_version ~= "3.8" and python_full_version != "3.9.7" and extra == "locked"
|
101
|
+
Requires-Dist: pytz==2024.1; python_version ~= "3.8" and python_full_version != "3.9.7" and extra == "locked"
|
97
102
|
Requires-Dist: pyyaml==6.0.1; extra == "locked"
|
98
103
|
Requires-Dist: requests==2.31.0; extra == "locked"
|
99
104
|
Requires-Dist: rich==13.7.1; extra == "locked"
|
100
105
|
Requires-Dist: rsa==4.9; extra == "locked"
|
106
|
+
Requires-Dist: six==1.16.0; python_version ~= "3.8" and python_full_version != "3.9.7" and extra == "locked"
|
101
107
|
Requires-Dist: sniffio==1.3.0; extra == "locked"
|
102
108
|
Requires-Dist: socksio==1.0.0; extra == "locked"
|
103
109
|
Requires-Dist: soupsieve==2.5; extra == "locked"
|
104
110
|
Requires-Dist: sqlalchemy==2.0.25; extra == "locked"
|
105
111
|
Requires-Dist: tenacity==8.2.3; extra == "locked"
|
106
|
-
Requires-Dist: tetos==0.
|
112
|
+
Requires-Dist: tetos==0.3.0; extra == "locked"
|
107
113
|
Requires-Dist: tqdm==4.66.1; extra == "locked"
|
108
|
-
Requires-Dist: typing-extensions==4.
|
114
|
+
Requires-Dist: typing-extensions==4.12.2; extra == "locked"
|
109
115
|
Requires-Dist: typing-inspect==0.9.0; extra == "locked"
|
116
|
+
Requires-Dist: tzdata==2024.1; python_version ~= "3.8" and python_full_version != "3.9.7" and extra == "locked"
|
110
117
|
Requires-Dist: uritemplate==4.1.1; extra == "locked"
|
111
118
|
Requires-Dist: urllib3==2.1.0; extra == "locked"
|
119
|
+
Requires-Dist: websocket-client==1.8.0; extra == "locked"
|
120
|
+
Requires-Dist: websockets==12.0; extra == "locked"
|
112
121
|
Requires-Dist: yarl==1.9.4; extra == "locked"
|
113
|
-
Requires-Dist: zhipuai==2.
|
122
|
+
Requires-Dist: zhipuai==2.1.2; extra == "locked"
|
114
123
|
Provides-Extra: locked
|
115
124
|
Description-Content-Type: text/markdown
|
116
125
|
|
@@ -31,7 +31,7 @@ dependencies = [
|
|
31
31
|
"lingua-language-detector>=2.0.2; python_version < \"3.13\"",
|
32
32
|
]
|
33
33
|
dynamic = []
|
34
|
-
version = "2.
|
34
|
+
version = "2.90"
|
35
35
|
|
36
36
|
[project.license]
|
37
37
|
text = "MIT"
|
@@ -57,24 +57,25 @@ locked = [
|
|
57
57
|
"charset-normalizer==3.3.2",
|
58
58
|
"click==8.1.7",
|
59
59
|
"colorama==0.4.6 ; platform_system == \"Windows\"",
|
60
|
-
"dashscope==1.
|
60
|
+
"dashscope==1.20.1",
|
61
61
|
"dataclasses-json==0.6.3",
|
62
62
|
"distro==1.9.0",
|
63
63
|
"edge-tts==6.1.10",
|
64
|
+
"et-xmlfile==1.1.0 ; python_version ~= \"3.8\" and python_full_version != \"3.9.7\"",
|
64
65
|
"exceptiongroup==1.2.0 ; python_version < \"3.11\"",
|
65
66
|
"frozenlist==1.4.1",
|
66
|
-
"google-ai-generativelanguage==0.6.
|
67
|
+
"google-ai-generativelanguage==0.6.6",
|
67
68
|
"google-api-core==2.15.0",
|
68
69
|
"google-api-core[grpc]==2.15.0",
|
69
70
|
"google-api-python-client==2.125.0",
|
70
71
|
"google-auth==2.26.1",
|
71
72
|
"google-auth-httplib2==0.2.0",
|
72
73
|
"google-cloud-texttospeech==2.16.3",
|
73
|
-
"google-generativeai==0.
|
74
|
+
"google-generativeai==0.7.1",
|
74
75
|
"google-search-results==2.4.2",
|
75
76
|
"googleapis-common-protos==1.62.0",
|
76
77
|
"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\"",
|
77
|
-
"groq==0.
|
78
|
+
"groq==0.9.0",
|
78
79
|
"grpcio==1.60.0",
|
79
80
|
"grpcio-status==1.60.0",
|
80
81
|
"h11==0.14.0",
|
@@ -85,50 +86,58 @@ locked = [
|
|
85
86
|
"idna==3.7",
|
86
87
|
"jsonpatch==1.33",
|
87
88
|
"jsonpointer==2.4",
|
88
|
-
"langchain==0.2.
|
89
|
-
"langchain-community==0.2.
|
90
|
-
"langchain-core==0.2.
|
89
|
+
"langchain==0.2.6",
|
90
|
+
"langchain-community==0.2.6",
|
91
|
+
"langchain-core==0.2.11",
|
91
92
|
"langchain-text-splitters==0.2.0",
|
92
|
-
"langsmith==0.1.
|
93
|
+
"langsmith==0.1.84",
|
93
94
|
"lingua-language-detector==2.0.2 ; python_version < \"3.13\"",
|
94
95
|
"markdown-it-py==3.0.0",
|
95
96
|
"marshmallow==3.20.1",
|
96
97
|
"mdurl==0.1.2",
|
97
|
-
"miservice-fork==2.
|
98
|
+
"miservice-fork==2.7.0",
|
98
99
|
"multidict==6.0.5",
|
99
100
|
"mutagen==1.47.0",
|
100
101
|
"mypy-extensions==1.0.0",
|
101
|
-
"numexpr==2.10.
|
102
|
+
"numexpr==2.10.1",
|
102
103
|
"numpy==1.26.3",
|
103
|
-
"openai==1.
|
104
|
+
"openai==1.35.10",
|
105
|
+
"openpyxl==3.1.5 ; python_version ~= \"3.8\" and python_full_version != \"3.9.7\"",
|
104
106
|
"orjson==3.10.0",
|
105
107
|
"packaging==23.2",
|
108
|
+
"pandas==2.2.2 ; python_version ~= \"3.8\" and python_full_version != \"3.9.7\"",
|
106
109
|
"proto-plus==1.23.0",
|
107
110
|
"protobuf==4.25.1",
|
108
111
|
"pyasn1==0.5.1",
|
109
112
|
"pyasn1-modules==0.3.0",
|
110
|
-
"pydantic==2.
|
111
|
-
"pydantic-core==2.
|
113
|
+
"pydantic==2.8.2",
|
114
|
+
"pydantic-core==2.20.1",
|
112
115
|
"pygments==2.17.2",
|
113
116
|
"pyjwt==2.8.0",
|
114
117
|
"pyparsing==3.1.2 ; python_version > \"3.0\"",
|
118
|
+
"python-dateutil==2.9.0.post0 ; python_version ~= \"3.8\" and python_full_version != \"3.9.7\"",
|
119
|
+
"pytz==2024.1 ; python_version ~= \"3.8\" and python_full_version != \"3.9.7\"",
|
115
120
|
"pyyaml==6.0.1",
|
116
121
|
"requests==2.31.0",
|
117
122
|
"rich==13.7.1",
|
118
123
|
"rsa==4.9",
|
124
|
+
"six==1.16.0 ; python_version ~= \"3.8\" and python_full_version != \"3.9.7\"",
|
119
125
|
"sniffio==1.3.0",
|
120
126
|
"socksio==1.0.0",
|
121
127
|
"soupsieve==2.5",
|
122
128
|
"sqlalchemy==2.0.25",
|
123
129
|
"tenacity==8.2.3",
|
124
|
-
"tetos==0.
|
130
|
+
"tetos==0.3.0",
|
125
131
|
"tqdm==4.66.1",
|
126
|
-
"typing-extensions==4.
|
132
|
+
"typing-extensions==4.12.2",
|
127
133
|
"typing-inspect==0.9.0",
|
134
|
+
"tzdata==2024.1 ; python_version ~= \"3.8\" and python_full_version != \"3.9.7\"",
|
128
135
|
"uritemplate==4.1.1",
|
129
136
|
"urllib3==2.1.0",
|
137
|
+
"websocket-client==1.8.0",
|
138
|
+
"websockets==12.0",
|
130
139
|
"yarl==1.9.4",
|
131
|
-
"zhipuai==2.
|
140
|
+
"zhipuai==2.1.2",
|
132
141
|
]
|
133
142
|
|
134
143
|
[tool.pdm]
|
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
|