xiaogpt 2.90__tar.gz → 2.91__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.
Files changed (29) hide show
  1. {xiaogpt-2.90 → xiaogpt-2.91}/PKG-INFO +7 -7
  2. {xiaogpt-2.90 → xiaogpt-2.91}/pyproject.toml +7 -7
  3. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/bot/chatgptapi_bot.py +1 -1
  4. {xiaogpt-2.90 → xiaogpt-2.91}/LICENSE +0 -0
  5. {xiaogpt-2.90 → xiaogpt-2.91}/README.md +0 -0
  6. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/__init__.py +0 -0
  7. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/__main__.py +0 -0
  8. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/bot/__init__.py +0 -0
  9. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/bot/base_bot.py +0 -0
  10. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/bot/doubao_bot.py +0 -0
  11. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/bot/gemini_bot.py +0 -0
  12. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/bot/glm_bot.py +0 -0
  13. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/bot/langchain_bot.py +0 -0
  14. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/bot/llama_bot.py +0 -0
  15. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/bot/moonshot_bot.py +0 -0
  16. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/bot/qwen_bot.py +0 -0
  17. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/bot/yi_bot.py +0 -0
  18. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/cli.py +0 -0
  19. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/config.py +0 -0
  20. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/langchain/callbacks.py +0 -0
  21. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/langchain/chain.py +0 -0
  22. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/langchain/examples/email/mail_box.py +0 -0
  23. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/langchain/examples/email/mail_summary_tools.py +0 -0
  24. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/tts/__init__.py +0 -0
  25. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/tts/base.py +0 -0
  26. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/tts/mi.py +0 -0
  27. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/tts/tetos.py +0 -0
  28. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/utils.py +0 -0
  29. {xiaogpt-2.90 → xiaogpt-2.91}/xiaogpt/xiaogpt.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xiaogpt
3
- Version: 2.90
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.1; extra == "locked"
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.1; extra == "locked"
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.6; extra == "locked"
72
- Requires-Dist: langchain-community==0.2.6; extra == "locked"
73
- Requires-Dist: langchain-core==0.2.11; extra == "locked"
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.35.10; extra == "locked"
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"
@@ -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.90"
34
+ version = "2.91"
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.1",
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.1",
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.6",
90
- "langchain-community==0.2.6",
91
- "langchain-core==0.2.11",
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,7 +101,7 @@ locked = [
101
101
  "mypy-extensions==1.0.0",
102
102
  "numexpr==2.10.1",
103
103
  "numpy==1.26.3",
104
- "openai==1.35.10",
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
107
  "packaging==23.2",
@@ -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-2024-05-13"}
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