Open WebUI - 用户友好的AI界面

Open WebUI 是一个用户友好的AI界面,支持 Ollama、OpenAI API 等多种后端。它提供了类似 ChatGPT 的使用体验,支持聊天历史、模型切换、RAG知识库等功能。

✨ 功能特性

  • 💬 流畅的对话体验
  • 🔄 多模型切换支持
  • 📚 RAG知识库增强
  • 🎨 主题自定义
  • 📱 响应式设计

🚀 Docker 部署

# 安装 Ollama(需先安装)
curl -fsSL https://ollama.ai/install.sh | sh

# 启动 Open WebUI
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

🔗 开源地址

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

发表回复

后才能评论