更新文档,添加功能图标和自举功能描述

This commit is contained in:
2024-12-16 13:22:33 +08:00
parent 326f53417d
commit 711f8a68e2
4 changed files with 22 additions and 0 deletions

View File

@ -101,6 +101,7 @@ async def get_bot_info(b: Bot) -> str:
- 本文是一个引导,要查看具体功能请查阅[插件 API 文档](./api/plugin/index)
## AIGC 自举
:::warning
该功能为实验性功能请注意甄别AI的行为不要让AI执行危险的操作。
:::

View File

@ -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为机器人自动编写代码实现自我学习及自我优化
---