xiaogpt 2.90__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.90.dist-info → xiaogpt-2.91.dist-info}/METADATA +7 -7
- {xiaogpt-2.90.dist-info → xiaogpt-2.91.dist-info}/RECORD +6 -6
- {xiaogpt-2.90.dist-info → xiaogpt-2.91.dist-info}/WHEEL +1 -1
- {xiaogpt-2.90.dist-info → xiaogpt-2.91.dist-info}/entry_points.txt +0 -0
- {xiaogpt-2.90.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,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,7 +83,7 @@ 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
89
|
Requires-Dist: packaging==23.2; extra == "locked"
|
@@ -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
|