mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 03:59:51 +00:00
✨ 更新文档,添加功能图标和自举功能描述
This commit is contained in:
@ -101,6 +101,7 @@ async def get_bot_info(b: Bot) -> str:
|
||||
- 本文是一个引导,要查看具体功能请查阅[插件 API 文档](./api/plugin/index)
|
||||
|
||||
## AIGC 自举
|
||||
|
||||
:::warning
|
||||
该功能为实验性功能,请注意甄别AI的行为,不要让AI执行危险的操作。
|
||||
:::
|
||||
|
@ -20,12 +20,19 @@ hero:
|
||||
|
||||
features:
|
||||
- title: 强大驱动
|
||||
icon: lightning
|
||||
details: 基于 NoneBot2,可快速安装在现有的 NoneBot2 或 轻雪 实例上
|
||||
|
||||
- title: 接口规范
|
||||
icon: code
|
||||
details: 使用任何遵循 OpenAI 的接口均可与小棉智能进行交互
|
||||
|
||||
- title: 易于扩展
|
||||
icon: puzzle
|
||||
details: 使用蟒蛇编写工具及插件,实现函数调用,可轻松扩展小棉智能的功能
|
||||
|
||||
- title: 自举
|
||||
icon: robot
|
||||
details: 使用AI为机器人自动编写代码,实现自我学习及自我优化
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user