Skip to main content

A NoneBot plugin for AI bot

Project description

nonebot-plugin-aiqqbot

✨ QQ中可以读图的聊天的机器人 ✨

📖 介绍

由于手机qq发送图片时不可携带消息,所以这里可以先发送图片,AI处理后回复“已收到”,然后可以继续聊天对话。

💿 安装

使用 nb-cli 安装(未实现) 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-aiqqbot
使用包管理器安装 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
pip
pip install nonebot-plugin-aiqqbot

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入(也记得在bot.py中加载pyproject.toml文件)

plugins = ["nonebot_plugin_aiqqbot"]

经测试,httpx版本==0.27.x时可正常访问图片,==0.28.x时不可正常访问

⚙️ 配置

使用localstore插件查看config path并创建aiqqbot_plugin_config.json文件填写下表中的必填配置

配置项 必填 默认值 说明
OPENAI_API_KEY API密钥
OPENAI_ENDPOINT API服务端点
GPT_MODEL 调用的GPT模型
MAX_TOKENS 2048 回复的最大token
{
    "openai_api_key": "xxxx",
    "openai_endpoint": "https://xxxxxx",
    "gpt_model": "gpt-4o-2024-11-20",
    "max_tokens": 2048
}

🎉 使用

指令表

指令 需要@ 范围 说明
重置会话 群聊/私聊 清楚会话记忆,恢复初始预设
加载预设 群聊/私聊 加载设定,目前有catgirl,nvyou, kua,default,可自行更改

请使用前查询localstore并在data.dir建立presets文件夹,必须有default预设!!!重置会话会加载default预设。 其他预设来源:

  • 从github仓库下载
  • 自行创建预设名

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

nonebot_plugin_aiqqbot-0.1.10.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nonebot_plugin_aiqqbot-0.1.10-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file nonebot_plugin_aiqqbot-0.1.10.tar.gz.

File metadata

  • Download URL: nonebot_plugin_aiqqbot-0.1.10.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.11.6 Linux/5.15.0-105-generic

File hashes

Hashes for nonebot_plugin_aiqqbot-0.1.10.tar.gz
Algorithm Hash digest
SHA256 8fb2341d007be0b3535bb149104a29f30510d7afc7cb4fe6ed655cd6a1754e2f
MD5 45b631976ab9aa74829601150ff2185c
BLAKE2b-256 4c4d3e16da5a4dfc1314496460bfa1b8f3b4a16721f0ef2dba21c14394dfef70

See more details on using hashes here.

File details

Details for the file nonebot_plugin_aiqqbot-0.1.10-py3-none-any.whl.

File metadata

File hashes

Hashes for nonebot_plugin_aiqqbot-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 59de448fa40b907c361c671ff8381f7d602f15a74fe6fc053e1fb8469319368d
MD5 219c9023e4b6146ac2f751a4d121dc48
BLAKE2b-256 b2af7e224674e0763632373a46430961e11a47d1a49b0bfcea926cacfc4f6f5e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page