mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-26 18:12:47 +08:00
✨ 添加自举功能描述,支持AI自动编写代码以实现自我学习和自我优化
This commit is contained in:
parent
dd05e603e0
commit
5287d974b3
@ -25,5 +25,7 @@ features:
|
|||||||
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
|
||||||
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
|
||||||
|
details: Use AI to automatically write code for the robot, achieve self-learning and self-optimization
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -25,4 +25,6 @@ features:
|
|||||||
details: どんなオープンAI標準に従うインターフェースでも小綿智能と対話できます
|
details: どんなオープンAI標準に従うインターフェースでも小綿智能と対話できます
|
||||||
- title: 簡単に拡張
|
- title: 簡単に拡張
|
||||||
details: Pythonでツールやプラグインを作成し、関数呼び出しを実現し、小綿智能の機能を簡単に拡張できます
|
details: Pythonでツールやプラグインを作成し、関数呼び出しを実現し、小綿智能の機能を簡単に拡張できます
|
||||||
|
- title: 自己起動
|
||||||
|
details: AIを使用してロボットのためのコードを自動的に書き、自己学習と自己最適化を実現します
|
||||||
---
|
---
|
@ -99,3 +99,9 @@ async def get_bot_info(b: Bot) -> str:
|
|||||||
|
|
||||||
- function call支持同步和异步函数
|
- function call支持同步和异步函数
|
||||||
- 本文是一个引导,要查看具体功能请查阅[插件 API 文档](./api/plugin/index)
|
- 本文是一个引导,要查看具体功能请查阅[插件 API 文档](./api/plugin/index)
|
||||||
|
|
||||||
|
## AIGC 自举
|
||||||
|
:::warning
|
||||||
|
该功能为实验性功能,请注意甄别AI的行为,不要让AI执行危险的操作。
|
||||||
|
:::
|
||||||
|
function call为AI赋能,实现了文件io操作,AI可以调用function call来读取文档然后给自己编写代码,实现自举。
|
@ -25,5 +25,7 @@ features:
|
|||||||
details: 使用任何遵循 OpenAI 的接口均可与小棉智能进行交互
|
details: 使用任何遵循 OpenAI 的接口均可与小棉智能进行交互
|
||||||
- title: 易于扩展
|
- title: 易于扩展
|
||||||
details: 使用蟒蛇编写工具及插件,实现函数调用,可轻松扩展小棉智能的功能
|
details: 使用蟒蛇编写工具及插件,实现函数调用,可轻松扩展小棉智能的功能
|
||||||
|
- title: 自举
|
||||||
|
details: 使用AI为机器人自动编写代码,实现自我学习及自我优化
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user