打开命令行工具(如CMD、PowerShell或Git Bash),执行以下命令克隆Open-WebUI项目到本地: git clone https://github.com/open-webui/open-webui 3. 安装依赖 导航到Open-WebUI项目目录:cd open-webui 安装npm依赖:npm install 安装Python依赖(可选,如果已设置Python虚拟环境):pip install -r requirements.txt 4...