mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-26 18:12:47 +08:00
39 lines
963 B
Markdown
39 lines
963 B
Markdown
---
|
||
# https://vitepress.dev/reference/default-theme-home-page
|
||
layout: home
|
||
|
||
hero:
|
||
name: "小棉智能"
|
||
text: "猫娘机器人"
|
||
tagline: 可爱,智能且可扩展的AI服务插件
|
||
actions:
|
||
- theme: brand
|
||
text: 开始使用
|
||
link: /start/install/
|
||
- theme: alt
|
||
text: 开发及扩展
|
||
link: /dev/extension/
|
||
image:
|
||
light: /marsho-full.svg
|
||
dark: /marsho-full.svg
|
||
alt: Marsho Logo
|
||
|
||
features:
|
||
- title: 强大驱动
|
||
icon: 🚀
|
||
details: 基于 NoneBot2,可快速安装在现有的 NoneBot2 或 轻雪 实例上
|
||
|
||
- title: 接口规范
|
||
icon: 💻
|
||
details: 使用任何遵循 OpenAI 的接口均可与小棉智能进行交互
|
||
|
||
- title: 易于扩展
|
||
icon: 🧩
|
||
details: 使用蟒蛇编写工具及插件,实现函数调用,可轻松扩展小棉智能的功能
|
||
|
||
- title: 自举
|
||
icon: 🤖
|
||
details: 使用AI为机器人自动编写代码,实现自我学习及自我优化
|
||
---
|
||
|