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

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

@ -20,12 +20,19 @@ hero:
features: features:
- title: Powerful Driver - title: Powerful Driver
icon: lightning
details: Based on NoneBot2, it can be quickly installed on existing NoneBot2 or Liteyuki instances details: Based on NoneBot2, it can be quickly installed on existing NoneBot2 or Liteyuki instances
- title: Interface Specification - title: Interface Specification
icon: code
details: Any interface that follows the OpenAI standard can interact with MarshoAI details: Any interface that follows the OpenAI standard can interact with MarshoAI
- title: Easy to Extend - title: Easy to Extend
icon: puzzle
details: Use Python writing tools and plugins to achieve function calls, and easily extend the functionality of MarshoAI details: Use Python writing tools and plugins to achieve function calls, and easily extend the functionality of MarshoAI
- title: Self-Bootstrapping - title: Self-Bootstrapping
icon: robot
details: Use AI to automatically write code for the robot, achieve self-learning and self-optimization details: Use AI to automatically write code for the robot, achieve self-learning and self-optimization
--- ---

View File

@ -20,11 +20,18 @@ hero:
features: features:
- title: 強力なドライバー - title: 強力なドライバー
icon: lightning
details: NoneBot2に基づいており、既存のNoneBot2またはLiteyukiインスタンスに迅速にインストールできます details: NoneBot2に基づいており、既存のNoneBot2またはLiteyukiインスタンスに迅速にインストールできます
- title: インターフェース規格 - title: インターフェース規格
icon: code
details: どんなオープンAI標準に従うインターフェースでも小綿智能と対話できます details: どんなオープンAI標準に従うインターフェースでも小綿智能と対話できます
- title: 簡単に拡張 - title: 簡単に拡張
icon: puzzle
details: Pythonでツールやプラグインを作成し、関数呼び出しを実現し、小綿智能の機能を簡単に拡張できます details: Pythonでツールやプラグインを作成し、関数呼び出しを実現し、小綿智能の機能を簡単に拡張できます
- title: 自己起動 - title: 自己起動
icon: robot
details: AIを使用してロボットのためのコードを自動的に書き、自己学習と自己最適化を実現します details: AIを使用してロボットのためのコードを自動的に書き、自己学習と自己最適化を実現します
--- ---

View File

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

View File

@ -20,12 +20,19 @@ hero:
features: features:
- title: 强大驱动 - title: 强大驱动
icon: lightning
details: 基于 NoneBot2可快速安装在现有的 NoneBot2 或 轻雪 实例上 details: 基于 NoneBot2可快速安装在现有的 NoneBot2 或 轻雪 实例上
- title: 接口规范 - title: 接口规范
icon: code
details: 使用任何遵循 OpenAI 的接口均可与小棉智能进行交互 details: 使用任何遵循 OpenAI 的接口均可与小棉智能进行交互
- title: 易于扩展 - title: 易于扩展
icon: puzzle
details: 使用蟒蛇编写工具及插件,实现函数调用,可轻松扩展小棉智能的功能 details: 使用蟒蛇编写工具及插件,实现函数调用,可轻松扩展小棉智能的功能
- title: 自举 - title: 自举
icon: robot
details: 使用AI为机器人自动编写代码实现自我学习及自我优化 details: 使用AI为机器人自动编写代码实现自我学习及自我优化
--- ---