nonebot-plugin-githubmodels 1.0.0__py3-none-any.whl → 1.0.2__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.
- {nonebot_plugin_githubmodels-1.0.0.dist-info → nonebot_plugin_githubmodels-1.0.2.dist-info}/METADATA +6 -5
- {nonebot_plugin_githubmodels-1.0.0.dist-info → nonebot_plugin_githubmodels-1.0.2.dist-info}/RECORD +3 -3
- {nonebot_plugin_githubmodels-1.0.0.dist-info → nonebot_plugin_githubmodels-1.0.2.dist-info}/WHEEL +0 -0
{nonebot_plugin_githubmodels-1.0.0.dist-info → nonebot_plugin_githubmodels-1.0.2.dist-info}/METADATA
RENAMED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nonebot-plugin-githubmodels
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: NoneBot 集成 GitHub Copilot 和 OpenAI 的 AI 代码生成模型插件
|
|
5
5
|
Author: lyqgzbl
|
|
6
6
|
Author-email: lyqgzbl <122811297+lyqgzbl@users.noreply.github.com>
|
|
7
7
|
License-Expression: MIT
|
|
8
8
|
Requires-Dist: nonebot2>=2.2.1,<3.0.0
|
|
9
|
-
Requires-Dist:
|
|
9
|
+
Requires-Dist: aiohttp>=3.8.0,<4.0.0
|
|
10
|
+
Requires-Dist: azure-ai-inference>=1.0.0b1,<2.0.0
|
|
10
11
|
Requires-Dist: nonebot-plugin-htmlrender>=0.5.0,<1.0.0
|
|
11
12
|
Requires-Dist: nonebot-plugin-alconna>=0.54.0,<1.0.0
|
|
12
13
|
Requires-Python: >=3.10, <4.0
|
|
13
|
-
Project-URL: documentation, https://github.com/lyqgzbl/nonebot-plugin-
|
|
14
|
-
Project-URL: homepage, https://github.com/lyqgzbl/nonebot-plugin-
|
|
15
|
-
Project-URL: repository, https://github.com/lyqgzbl/nonebot-plugin-
|
|
14
|
+
Project-URL: documentation, https://github.com/lyqgzbl/nonebot-plugin-githubmodels#readme
|
|
15
|
+
Project-URL: homepage, https://github.com/lyqgzbl/nonebot-plugin-githubmodels
|
|
16
|
+
Project-URL: repository, https://github.com/lyqgzbl/nonebot-plugin-githubmodels
|
|
16
17
|
Description-Content-Type: text/markdown
|
|
17
18
|
|
|
18
19
|
<!-- markdownlint-disable MD033 MD036 MD041 -->
|
{nonebot_plugin_githubmodels-1.0.0.dist-info → nonebot_plugin_githubmodels-1.0.2.dist-info}/RECORD
RENAMED
|
@@ -4,6 +4,6 @@ nonebot_plugin_githubmodels/context_manager.py,sha256=Zzt7CXVG6U80jCTtuKolz2bVg-
|
|
|
4
4
|
nonebot_plugin_githubmodels/css/dark.css,sha256=QcZ1hyF1XawhfmG97kQ46GRr2BXjKYW9trTscWBoTo8,1076
|
|
5
5
|
nonebot_plugin_githubmodels/css/light.css,sha256=htgbfG8Q3RbN4kUBW94WU9uDgtzAfo61lcGVKT8PDZ8,1091
|
|
6
6
|
nonebot_plugin_githubmodels/openai_handler.py,sha256=77Xygz2TaaYXS6Gg5OBEM5ZTr2fQPYc7p0CRRLlH6Lw,1152
|
|
7
|
-
nonebot_plugin_githubmodels-1.0.
|
|
8
|
-
nonebot_plugin_githubmodels-1.0.
|
|
9
|
-
nonebot_plugin_githubmodels-1.0.
|
|
7
|
+
nonebot_plugin_githubmodels-1.0.2.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
|
|
8
|
+
nonebot_plugin_githubmodels-1.0.2.dist-info/METADATA,sha256=vyQN1H8E1W0AX1GlB3BK62k0igksLy5DcF0rVnpkXE4,3124
|
|
9
|
+
nonebot_plugin_githubmodels-1.0.2.dist-info/RECORD,,
|
{nonebot_plugin_githubmodels-1.0.0.dist-info → nonebot_plugin_githubmodels-1.0.2.dist-info}/WHEEL
RENAMED
|
File without changes
|