From 711f8a68e284771e211364efff9f9d01e112a57d Mon Sep 17 00:00:00 2001 From: Snowykami Date: Mon, 16 Dec 2024 13:22:33 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=8A=9F=E8=83=BD=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=92=8C=E8=87=AA=E4=B8=BE=E5=8A=9F=E8=83=BD=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/index.md | 7 +++++++ docs/ja/index.md | 7 +++++++ docs/zh/dev/extension.md | 1 + docs/zh/index.md | 7 +++++++ 4 files changed, 22 insertions(+) diff --git a/docs/en/index.md b/docs/en/index.md index 9a3489f8..4bc56aca 100755 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -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 --- diff --git a/docs/ja/index.md b/docs/ja/index.md index fcdc3632..70825f50 100644 --- a/docs/ja/index.md +++ b/docs/ja/index.md @@ -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を使用してロボットのためのコードを自動的に書き、自己学習と自己最適化を実現します --- \ No newline at end of file diff --git a/docs/zh/dev/extension.md b/docs/zh/dev/extension.md index 352897a8..cbb213cf 100755 --- a/docs/zh/dev/extension.md +++ b/docs/zh/dev/extension.md @@ -101,6 +101,7 @@ async def get_bot_info(b: Bot) -> str: - 本文是一个引导,要查看具体功能请查阅[插件 API 文档](./api/plugin/index) ## AIGC 自举 + :::warning 该功能为实验性功能,请注意甄别AI的行为,不要让AI执行危险的操作。 ::: diff --git a/docs/zh/index.md b/docs/zh/index.md index 9a7a1e10..5a96a8ee 100755 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -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为机器人自动编写代码,实现自我学习及自我优化 ---