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_KEY 和 DIFY_API_URL 4. 构建并运行 npm run build npm run start