mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-26 18:12:47 +08:00
30 lines
825 B
Markdown
30 lines
825 B
Markdown
|
---
|
||
|
# https://vitepress.dev/reference/default-theme-home-page
|
||
|
layout: home
|
||
|
|
||
|
hero:
|
||
|
name: "MarshoAI"
|
||
|
text: "A kawaii cat"
|
||
|
tagline: Kawaii, intelligent and extensible AI service plugin
|
||
|
actions:
|
||
|
- theme: brand
|
||
|
text: Start
|
||
|
link: /start
|
||
|
- theme: alt
|
||
|
text: Develop & Extened
|
||
|
link: /dev
|
||
|
image:
|
||
|
light: ./marsho-full.svg
|
||
|
dark: ./marsho-full.svg
|
||
|
alt: Marsho Logo
|
||
|
|
||
|
features:
|
||
|
- title: Powerful Driver
|
||
|
details: Based on NoneBot2, it can be quickly installed on existing NoneBot2 or Liteyuki instances
|
||
|
- title: Interface Specification
|
||
|
details: Any interface that follows the OpenAI standard can interact with MarshoAI
|
||
|
- title: Easy to Extend
|
||
|
details: Use Python writing tools and plugins to achieve function calls, and easily extend the functionality of MarshoAI
|
||
|
---
|
||
|
|