Ollama整合open-webui
open-webui
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline. It supports various LLM runners, including Ollama and OpenAI-compatible APIs. For more information, be sure to check out our Open WebUI Documentation.
安装
官方安装地址:https://docs.openwebui.com/getting-started/
有两种安装方式,docker和源码。
熟悉docker的同学可以采用该方式。
本文以源码的形式进行安装。
环境要求
熟练使用python
🐰 Node.js >= 20.10
🐍 Python >= 3.11
步骤
1 |
|
访问
打开地址:127.0.0.1:8000
第一次打开的时候,需要注册一个账号。(如admin/admin)
册的第一个用户默认为管理员账号,以后注册的账号角色均为pending(待分配权限)。
选择模型
开始对话
结束
打完收工。
Ollama整合open-webui
https://leehoward.cn/2024/07/21/Ollama整合webui/