mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-26 18:12:47 +08:00
✨ 更新文档,添加功能图标和自举功能描述
This commit is contained in:
parent
326f53417d
commit
711f8a68e2
@ -20,12 +20,19 @@ hero:
|
||||
|
||||
features:
|
||||
- title: Powerful Driver
|
||||
icon: lightning
|
||||
details: Based on NoneBot2, it can be quickly installed on existing NoneBot2 or Liteyuki instances
|
||||
|
||||
- title: Interface Specification
|
||||
icon: code
|
||||
details: Any interface that follows the OpenAI standard can interact with MarshoAI
|
||||
|
||||
- title: Easy to Extend
|
||||
icon: puzzle
|
||||
details: Use Python writing tools and plugins to achieve function calls, and easily extend the functionality of MarshoAI
|
||||
|
||||
- title: Self-Bootstrapping
|
||||
icon: robot
|
||||
details: Use AI to automatically write code for the robot, achieve self-learning and self-optimization
|
||||
---
|
||||
|
||||
|
@ -20,11 +20,18 @@ hero:
|
||||
|
||||
features:
|
||||
- title: 強力なドライバー
|
||||
icon: lightning
|
||||
details: NoneBot2に基づいており、既存のNoneBot2またはLiteyukiインスタンスに迅速にインストールできます
|
||||
|
||||
- title: インターフェース規格
|
||||
icon: code
|
||||
details: どんなオープンAI標準に従うインターフェースでも小綿智能と対話できます
|
||||
|
||||
- title: 簡単に拡張
|
||||
icon: puzzle
|
||||
details: Pythonでツールやプラグインを作成し、関数呼び出しを実現し、小綿智能の機能を簡単に拡張できます
|
||||
|
||||
- title: 自己起動
|
||||
icon: robot
|
||||
details: AIを使用してロボットのためのコードを自動的に書き、自己学習と自己最適化を実現します
|
||||
---
|
@ -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为机器人自动编写代码,实现自我学习及自我优化
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user