30 lines
849 B
Markdown
Executable File

---
# 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: /en/start/install/
- theme: alt
text: Develop & Extened
link: /en/dev/extension/
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
---