All-in-One Large Model Chat Plugin
Project description
[!important] 本项目仅支持 Python3.10及以上 的版本
[!note] 代码质量不高。作者没有什么时间维护本项目。
项目依赖
介绍
本插件为Bot提供LLM聊天服务,包含输出内容审核、长期记忆。
安装
前置步骤:将pyproject.toml内的3.9修改为3.10。
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-aiochatllm
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-aiochatllm
pdm
pdm add nonebot-plugin-aiochatllm
打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入
plugins = ["nonebot_plugin_aiochatllm"]
配置
| 配置项 | 描述 | 示例值或说明 |
|---|---|---|
| 聊天大模型配置 | ||
| CHAT__BASE_URL | 聊天服务的基本URL | https://api.example.com |
| CHAT__API_KEY | 访问聊天服务所需的API密钥 | your_chat_api_key_here |
| CHAT__MODEL_NAME | 使用的聊天模型名称 | ChatModel |
| CHAT__PRESETS | 预设字典 | {"preset1": "value1", "preset2": "value2"} |
| CHAT__DEFAULT_PRESET | 默认使用的预设值 | default |
| 摘要大模型配置 | ||
| SUMMARY__BASE_URL | 摘要服务的基本URL | https://api.example.com |
| SUMMARY__API_KEY | 访问摘要服务所需的API密钥 | your_summary_api_key_here |
| SUMMARY__MODEL_NAME | 使用的摘要模型名称 | SummaryModel |
| 嵌入模型配置 | 配置后禁止更改 | |
| EMBED__BASE_URL | 嵌入服务的基本URL | https://api.example.com |
| EMBED__API_KEY | 访问嵌入服务所需的API密钥 | your_embed_api_key_here |
| EMBED__MODEL_NAME | 使用的嵌入模型名称 | EmbedModel |
| EMBED__DIMENSION | 嵌入向量的维度 | 1024 |
| 阿里云内容审核配置 | ||
| CENSOR__ACCESS_KEY_ID | 访问阿里云内容审核服务的Access Key ID | your_censor_access_key_id_here |
| CENSOR__ACCESS_KEY_SECRET | 访问阿里云内容审核服务的Access Key Secret | your_censor_access_key_secret_here |
注意事项:
- 嵌入模型配置一旦设置后禁止更改,请谨慎配置。
TODO
- 完善配置
- 增加识图功能
- 增加语音识别
- 增加更多向量数据库
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nonebot_plugin_aiochatllm-0.1.6.tar.gz.
File metadata
- Download URL: nonebot_plugin_aiochatllm-0.1.6.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c583a803c7f803bbe9c008c7c40b5979adaf2bc44f5663d772f785233a694989
|
|
| MD5 |
76cd21a84a01937a87ff5275c3cc79e9
|
|
| BLAKE2b-256 |
33a5a1a9035026d374257de7debc546c7a92bc774e5193cfaa18096b02e4416c
|
File details
Details for the file nonebot_plugin_aiochatllm-0.1.6-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_aiochatllm-0.1.6-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ee55b5fd795f34ffd472684ab16a32de76aa5cd8a457e13db0d7eac844d1f9f
|
|
| MD5 |
73be21f23699a579de82b57cadceda51
|
|
| BLAKE2b-256 |
1904d9ec84ca7f011f342e7adbb233ac778c68c4205012e8912587081f8de137
|