UNPKG

@lobehub/chat

Version:

Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.

25 lines (24 loc) 378 B
export default { plans: { plan: { enterprise: { title: '企业版', }, free: { title: '免费版', }, hobby: { title: '自助版', }, premium: { title: '进阶版', }, starter: { title: '基础版', }, ultimate: { title: '专业版', }, }, }, };