Ollama配置Web UI连接大预言模型
默认ollama安装后,chat对话只有命令行界面,交互体验较差。借助open-webui可以通过web界面连接ollama,从而实现类似chatgpt式的web交互体验。
使用家用PC实践记录如下:
1. 环境配置
本次使用的操作系统及硬件信息如下:
- 操作系统:windows11 23H2
- CPU: intel i7-12700
- MEM: 16GB
- GPU: NVIDIA GeForce GTX 1650
- Disk: 512GB SSD
- Docker:25.0.3
2. 安装Ollama
-
macOS: Download
-
Windows: Download
-
Linux
一键命令安装:
curl -fsSL https://ollama.com/install.sh | sh
-
Docker: Ollama Docker image</