xiaogpt 2.84__py3-none-any.whl → 2.91__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.
- xiaogpt/bot/chatgptapi_bot.py +1 -1
- {xiaogpt-2.84.dist-info → xiaogpt-2.91.dist-info}/METADATA +26 -17
- {xiaogpt-2.84.dist-info → xiaogpt-2.91.dist-info}/RECORD +6 -6
- {xiaogpt-2.84.dist-info → xiaogpt-2.91.dist-info}/WHEEL +1 -1
- {xiaogpt-2.84.dist-info → xiaogpt-2.91.dist-info}/entry_points.txt +0 -0
- {xiaogpt-2.84.dist-info → xiaogpt-2.91.dist-info}/licenses/LICENSE +0 -0
xiaogpt/bot/chatgptapi_bot.py
CHANGED
@@ -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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: xiaogpt
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.91
|
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.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"
|
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.2; 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.10; extra == "locked"
|
72
|
+
Requires-Dist: langchain-community==0.2.9; extra == "locked"
|
73
|
+
Requires-Dist: langchain-core==0.2.22; 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.36.1; 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
|
|
@@ -1,12 +1,12 @@
|
|
1
|
-
xiaogpt-2.
|
2
|
-
xiaogpt-2.
|
3
|
-
xiaogpt-2.
|
4
|
-
xiaogpt-2.
|
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
|
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
|
8
8
|
xiaogpt/bot/base_bot.py,sha256=oKn6LLFHXol4hKrSrjnxknrOqrcGICtT_GPPYRNxpkw,1467
|
9
|
-
xiaogpt/bot/chatgptapi_bot.py,sha256=
|
9
|
+
xiaogpt/bot/chatgptapi_bot.py,sha256=TpAL_Rarz535PcbJhYQUNYurZ_zoXGMAvBl0H8fiqI8,3654
|
10
10
|
xiaogpt/bot/doubao_bot.py,sha256=UufQmYcPbwTLTYDZUQwRy4Hg24vgPEa3hdeZWMWw9YM,2773
|
11
11
|
xiaogpt/bot/gemini_bot.py,sha256=vX-fTWyPwdB4N0HDQ9uIRCB4KvV-YgBqXjkrqgg4WHs,2516
|
12
12
|
xiaogpt/bot/glm_bot.py,sha256=QoMJbnu5_rHDz4tzwn7gh3IoAuw7E4hZQLAfziMAvNY,1825
|
@@ -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.
|
30
|
+
xiaogpt-2.91.dist-info/RECORD,,
|
File without changes
|
File without changes
|