xiaogpt 2.90__tar.gz → 2.92__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.90 → xiaogpt-2.92}/PKG-INFO +9 -8
- {xiaogpt-2.90 → xiaogpt-2.92}/pyproject.toml +9 -8
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/bot/chatgptapi_bot.py +1 -1
- {xiaogpt-2.90 → xiaogpt-2.92}/LICENSE +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/README.md +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/__init__.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/__main__.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/bot/__init__.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/bot/base_bot.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/bot/doubao_bot.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/bot/gemini_bot.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/bot/glm_bot.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/bot/langchain_bot.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/bot/llama_bot.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/bot/moonshot_bot.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/bot/qwen_bot.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/bot/yi_bot.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/cli.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/config.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/langchain/callbacks.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/langchain/chain.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/langchain/examples/email/mail_box.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/langchain/examples/email/mail_summary_tools.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/tts/__init__.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/tts/base.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/tts/mi.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/tts/tetos.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/xiaogpt/utils.py +0 -0
- {xiaogpt-2.90 → xiaogpt-2.92}/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.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
|
@@ -39,7 +39,7 @@ 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.20.
|
42
|
+
Requires-Dist: dashscope==1.20.3; 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"
|
@@ -53,7 +53,7 @@ Requires-Dist: google-api-python-client==2.125.0; extra == "locked"
|
|
53
53
|
Requires-Dist: google-auth==2.26.1; extra == "locked"
|
54
54
|
Requires-Dist: google-auth-httplib2==0.2.0; extra == "locked"
|
55
55
|
Requires-Dist: google-cloud-texttospeech==2.16.3; extra == "locked"
|
56
|
-
Requires-Dist: google-generativeai==0.7.
|
56
|
+
Requires-Dist: google-generativeai==0.7.2; extra == "locked"
|
57
57
|
Requires-Dist: google-search-results==2.4.2; extra == "locked"
|
58
58
|
Requires-Dist: googleapis-common-protos==1.62.0; extra == "locked"
|
59
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"
|
@@ -68,9 +68,9 @@ Requires-Dist: httpx[socks]==0.27.0; extra == "locked"
|
|
68
68
|
Requires-Dist: idna==3.7; extra == "locked"
|
69
69
|
Requires-Dist: jsonpatch==1.33; extra == "locked"
|
70
70
|
Requires-Dist: jsonpointer==2.4; extra == "locked"
|
71
|
-
Requires-Dist: langchain==0.2.
|
72
|
-
Requires-Dist: langchain-community==0.2.
|
73
|
-
Requires-Dist: langchain-core==0.2.
|
71
|
+
Requires-Dist: langchain==0.2.10; extra == "locked"
|
72
|
+
Requires-Dist: langchain-community==0.2.9; extra == "locked"
|
73
|
+
Requires-Dist: langchain-core==0.2.22; extra == "locked"
|
74
74
|
Requires-Dist: langchain-text-splitters==0.2.0; extra == "locked"
|
75
75
|
Requires-Dist: langsmith==0.1.84; extra == "locked"
|
76
76
|
Requires-Dist: lingua-language-detector==2.0.2; python_version < "3.13" and extra == "locked"
|
@@ -83,9 +83,10 @@ Requires-Dist: mutagen==1.47.0; extra == "locked"
|
|
83
83
|
Requires-Dist: mypy-extensions==1.0.0; extra == "locked"
|
84
84
|
Requires-Dist: numexpr==2.10.1; extra == "locked"
|
85
85
|
Requires-Dist: numpy==1.26.3; extra == "locked"
|
86
|
-
Requires-Dist: openai==1.
|
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.
|
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"
|
@@ -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.92"
|
35
35
|
|
36
36
|
[project.license]
|
37
37
|
text = "MIT"
|
@@ -57,7 +57,7 @@ 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.20.
|
60
|
+
"dashscope==1.20.3",
|
61
61
|
"dataclasses-json==0.6.3",
|
62
62
|
"distro==1.9.0",
|
63
63
|
"edge-tts==6.1.10",
|
@@ -71,7 +71,7 @@ locked = [
|
|
71
71
|
"google-auth==2.26.1",
|
72
72
|
"google-auth-httplib2==0.2.0",
|
73
73
|
"google-cloud-texttospeech==2.16.3",
|
74
|
-
"google-generativeai==0.7.
|
74
|
+
"google-generativeai==0.7.2",
|
75
75
|
"google-search-results==2.4.2",
|
76
76
|
"googleapis-common-protos==1.62.0",
|
77
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\"",
|
@@ -86,9 +86,9 @@ locked = [
|
|
86
86
|
"idna==3.7",
|
87
87
|
"jsonpatch==1.33",
|
88
88
|
"jsonpointer==2.4",
|
89
|
-
"langchain==0.2.
|
90
|
-
"langchain-community==0.2.
|
91
|
-
"langchain-core==0.2.
|
89
|
+
"langchain==0.2.10",
|
90
|
+
"langchain-community==0.2.9",
|
91
|
+
"langchain-core==0.2.22",
|
92
92
|
"langchain-text-splitters==0.2.0",
|
93
93
|
"langsmith==0.1.84",
|
94
94
|
"lingua-language-detector==2.0.2 ; python_version < \"3.13\"",
|
@@ -101,9 +101,10 @@ locked = [
|
|
101
101
|
"mypy-extensions==1.0.0",
|
102
102
|
"numexpr==2.10.1",
|
103
103
|
"numpy==1.26.3",
|
104
|
-
"openai==1.
|
104
|
+
"openai==1.36.1",
|
105
105
|
"openpyxl==3.1.5 ; python_version ~= \"3.8\" and python_full_version != \"3.9.7\"",
|
106
106
|
"orjson==3.10.0",
|
107
|
+
"ormsgpack==1.5.0",
|
107
108
|
"packaging==23.2",
|
108
109
|
"pandas==2.2.2 ; python_version ~= \"3.8\" and python_full_version != \"3.9.7\"",
|
109
110
|
"proto-plus==1.23.0",
|
@@ -127,7 +128,7 @@ locked = [
|
|
127
128
|
"soupsieve==2.5",
|
128
129
|
"sqlalchemy==2.0.25",
|
129
130
|
"tenacity==8.2.3",
|
130
|
-
"tetos==0.3.
|
131
|
+
"tetos==0.3.1",
|
131
132
|
"tqdm==4.66.1",
|
132
133
|
"typing-extensions==4.12.2",
|
133
134
|
"typing-inspect==0.9.0",
|
@@ -16,7 +16,7 @@ if TYPE_CHECKING:
|
|
16
16
|
@dataclasses.dataclass
|
17
17
|
class ChatGPTBot(ChatHistoryMixin, BaseBot):
|
18
18
|
name: ClassVar[str] = "ChatGPT"
|
19
|
-
default_options: ClassVar[dict[str, str]] = {"model": "gpt-4o-
|
19
|
+
default_options: ClassVar[dict[str, str]] = {"model": "gpt-4o-mini"}
|
20
20
|
openai_key: str
|
21
21
|
api_base: str | None = None
|
22
22
|
proxy: str | None = None
|
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
|