自学内容网 自学内容网

openwebui二改界面环境搭建

1、下载源码

https://github.com/open-webui/open-webui

2、编译前端

npm i
npm run dev

注意版本要求:

  • Python Version: Python 3.11+
  • Node.js Version: 20.10+

浏览器访问:http://localhost:5173/

3、编译后端

cd backend
conda create --name open-webui python=3.11
conda activate open-webui
pip install -r requirements.txt -U
# windows 执行
start_windows.bat
# linux 执行
sh dev.sh

 后端首次执行时,会去huggingface下载模型,网络原因,需要梯子。

参考:🛠️ Development Guide | Open WebUI


原文地址:https://blog.csdn.net/lanyan90/article/details/143762776

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!