/chatbotZone

拆解练手

Primary LanguageTypeScriptMIT LicenseMIT

Chatbot UI for BistuCopilot

本地部署方法

1. 克隆仓库

git clone https://github.com/mckaywrigley/chatbot-ui.git

2. 安装依赖项

npm install

3. 修改配置文件

cp .env.local.example .env.local

你需要提供必要的配置,请尤其关注DIFY_API_KEYDIFY_API_URL

4. 构建并运行

npm run build
npm run start