christopher-kapic / open-webui

ChatGPT-Style WebUI for LLMs (Formerly Ollama WebUI)

Home Page:https://openwebui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open WebUI (Formerly Ollama WebUI) πŸ‘‹

GitHub stars GitHub forks GitHub watchers GitHub repo size GitHub language count GitHub top language GitHub last commit Hits Discord

ChatGPT-Style Web Interface for Ollama πŸ¦™

Open WebUI Demo

Also check our sibling project, Open WebUI Community, where you can discover, download, and explore customized Modelfiles for Ollama! πŸ¦™πŸ”

Features ⭐

  • πŸ–₯️ Intuitive Interface: Our chat interface takes inspiration from ChatGPT, ensuring a user-friendly experience.

  • πŸ“± Responsive Design: Enjoy a seamless experience on both desktop and mobile devices.

  • ⚑ Swift Responsiveness: Enjoy fast and responsive performance.

  • πŸš€ Effortless Setup: Install seamlessly using Docker or Kubernetes (kubectl, kustomize or helm) for a hassle-free experience.

  • πŸ’» Code Syntax Highlighting: Enjoy enhanced code readability with our syntax highlighting feature.

  • βœ’οΈπŸ”’ Full Markdown and LaTeX Support: Elevate your LLM experience with comprehensive Markdown and LaTeX capabilities for enriched interaction.

  • πŸ“š Local RAG Integration: Dive into the future of chat interactions with the groundbreaking Retrieval Augmented Generation (RAG) support. This feature seamlessly integrates document interactions into your chat experience. You can load documents directly into the chat or add files to your document library, effortlessly accessing them using # command in the prompt. In its alpha phase, occasional issues may arise as we actively refine and enhance this feature to ensure optimal performance and reliability.

  • 🌐 Web Browsing Capability: Seamlessly integrate websites into your chat experience using the # command followed by the URL. This feature allows you to incorporate web content directly into your conversations, enhancing the richness and depth of your interactions.

  • πŸ“œ Prompt Preset Support: Instantly access preset prompts using the / command in the chat input. Load predefined conversation starters effortlessly and expedite your interactions. Effortlessly import prompts through Open WebUI Community integration.

  • πŸ‘πŸ‘Ž RLHF Annotation: Empower your messages by rating them with thumbs up and thumbs down, facilitating the creation of datasets for Reinforcement Learning from Human Feedback (RLHF). Utilize your messages to train or fine-tune models, all while ensuring the confidentiality of locally saved data.

  • 🏷️ Conversation Tagging: Effortlessly categorize and locate specific chats for quick reference and streamlined data collection.

  • πŸ“₯πŸ—‘οΈ Download/Delete Models: Easily download or remove models directly from the web UI.

  • ⬆️ GGUF File Model Creation: Effortlessly create Ollama models by uploading GGUF files directly from the web UI. Streamlined process with options to upload from your machine or download GGUF files from Hugging Face.

  • πŸ€– Multiple Model Support: Seamlessly switch between different chat models for diverse interactions.

  • πŸ”„ Multi-Modal Support: Seamlessly engage with models that support multimodal interactions, including images (e.g., LLava).

  • 🧩 Modelfile Builder: Easily create Ollama modelfiles via the web UI. Create and add characters/agents, customize chat elements, and import modelfiles effortlessly through Open WebUI Community integration.

  • βš™οΈ Many Models Conversations: Effortlessly engage with various models simultaneously, harnessing their unique strengths for optimal responses. Enhance your experience by leveraging a diverse set of models in parallel.

  • πŸ’¬ Collaborative Chat: Harness the collective intelligence of multiple models by seamlessly orchestrating group conversations. Use the @ command to specify the model, enabling dynamic and diverse dialogues within your chat interface. Immerse yourself in the collective intelligence woven into your chat environment.

  • 🀝 OpenAI API Integration: Effortlessly integrate OpenAI-compatible API for versatile conversations alongside Ollama models. Customize the API Base URL to link with LMStudio, Mistral, OpenRouter, and more.

  • πŸ”„ Regeneration History Access: Easily revisit and explore your entire regeneration history.

  • πŸ“œ Chat History: Effortlessly access and manage your conversation history.

  • πŸ“€πŸ“₯ Import/Export Chat History: Seamlessly move your chat data in and out of the platform.

  • πŸ—£οΈ Voice Input Support: Engage with your model through voice interactions; enjoy the convenience of talking to your model directly. Additionally, explore the option for sending voice input automatically after 3 seconds of silence for a streamlined experience.

  • βš™οΈ Fine-Tuned Control with Advanced Parameters: Gain a deeper level of control by adjusting parameters such as temperature and defining your system prompts to tailor the conversation to your specific preferences and needs.

  • πŸ”— External Ollama Server Connection: Seamlessly link to an external Ollama server hosted on a different address by configuring the environment variable.

  • πŸ” Role-Based Access Control (RBAC): Ensure secure access with restricted permissions; only authorized individuals can access your Ollama, and exclusive model creation/pulling rights are reserved for administrators.

  • πŸ”’ Backend Reverse Proxy Support: Bolster security through direct communication between Open WebUI backend and Ollama. This key feature eliminates the need to expose Ollama over LAN. Requests made to the '/ollama/api' route from the web UI are seamlessly redirected to Ollama from the backend, enhancing overall system security.

  • 🌟 Continuous Updates: We are committed to improving Open WebUI with regular updates and new features.

πŸ”— Also Check Out Open WebUI Community!

Don't forget to explore our sibling project, Open WebUI Community, where you can discover, download, and explore customized Modelfiles. Open WebUI Community offers a wide range of exciting possibilities for enhancing your chat interactions with Ollama! πŸš€

How to Install πŸš€

🌟 Important Note on User Roles and Privacy:

  • Admin Creation: The very first account to sign up on Open WebUI will be granted Administrator privileges. This account will have comprehensive control over the platform, including user management and system settings.

  • User Registrations: All subsequent users signing up will initially have their accounts set to Pending status by default. These accounts will require approval from the Administrator to gain access to the platform functionalities.

  • Privacy and Data Security: We prioritize your privacy and data security above all. Please be reassured that all data entered into Open WebUI is stored locally on your device. Our system is designed to be privacy-first, ensuring that no external requests are made, and your data does not leave your local environment. We are committed to maintaining the highest standards of data privacy and security, ensuring that your information remains confidential and under your control.

Steps to Install Open WebUI

Before You Begin

  1. Installing Docker:

    • For Windows and Mac Users:

      • Download Docker Desktop from Docker's official website.
      • Follow the installation instructions provided on the website. After installation, open Docker Desktop to ensure it's running properly.
    • For Ubuntu and Other Linux Users:

      • Open your terminal.
      • Set up your Docker apt repository according to the Docker documentation
      • Update your package index:
        sudo apt-get update
      • Install Docker using the following command:
        sudo apt-get install docker-ce docker-ce-cli containerd.io
      • Verify the Docker installation with:
        sudo docker run hello-world
        This command downloads a test image and runs it in a container, which prints an informational message.
  2. Ensure You Have the Latest Version of Ollama:

  3. Verify Ollama Installation:

    • After installing Ollama, check if it's working by visiting http://127.0.0.1:11434/ in your web browser. Remember, the port number might be different for you.

Installing with Docker 🐳

  • Important: When using Docker to install Open WebUI, make sure to include the -v open-webui:/app/backend/data in your Docker command. This step is crucial as it ensures your database is properly mounted and prevents any loss of data.

  • If Ollama is on your computer, use this command:

    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
  • To build the container yourself, follow these steps:

    docker build -t 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 open-webui
  • After installation, you can access Open WebUI at http://localhost:3000.

Using Ollama on a Different Server

  • To connect to Ollama on another server, change the OLLAMA_API_BASE_URL to the server's URL:

    docker run -d -p 3000:8080 -e OLLAMA_API_BASE_URL=https://example.com/api -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

    Or for a self-built container:

    docker build -t open-webui .
    docker run -d -p 3000:8080 -e OLLAMA_API_BASE_URL=https://example.com/api -v open-webui:/app/backend/data --name open-webui --restart always open-webui

Installing Ollama and Open WebUI Together

Using Docker Compose

  • If you don't have Ollama yet, use Docker Compose for easy installation. Run this command:

    docker compose up -d --build
  • For GPU Support: Use an additional Docker Compose file:

    docker compose -f docker-compose.yaml -f docker-compose.gpu.yaml up -d --build
  • To Expose Ollama API: Use another Docker Compose file:

    docker compose -f docker-compose.yaml -f docker-compose.api.yaml up -d --build

Using run-compose.sh Script (Linux or Docker-Enabled WSL2 on Windows)

  • Give execute permission to the script:

    chmod +x run-compose.sh
  • For CPU-only container:

    ./run-compose.sh
  • For GPU support (read the note about GPU compatibility):

    ./run-compose.sh --enable-gpu
  • To build the latest local version, add --build:

    ./run-compose.sh --enable-gpu --build

Alternative Installation Methods

For other ways to install, like using Kustomize or Helm, check out INSTALLATION.md. Join our Open WebUI Discord community for more help and information.

Updating your Docker Installation

In case you want to update your local Docker installation to the latest version, you can do it with Watchtower:

docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui

In the last part of the command, replace open-webui with your container name if it is different.

Moving from Ollama WebUI to Open WebUI

Given recent name changes, the docker image has been renamed. Additional steps are required to update for those people that used Ollama WebUI previously and want to start using the new images.

Updating to Open WebUI without keeping your data

If you want to update to the new image but don't want to keep any previous data like conversations, prompts, documents, etc. you can perform the following steps:

docker rm -f ollama-webui
docker pull ghcr.io/open-webui/open-webui:main
[insert the equivalent command that you used to install with the new Docker image name]
docker volume rm ollama-webui

For example, for local installation it would be 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. For other installation commands, check the relevant parts of this README document.

Migrating your contents from Ollama WebUI to Open WebUI

If you want to update to the new image migrating all your previous settings like conversations, prompts, documents, etc. you can perform the following steps:

docker rm -f ollama-webui
docker pull ghcr.io/open-webui/open-webui:main
# Creates a new volume and uses a temporary container to copy from one volume to another as per https://github.com/moby/moby/issues/31154#issuecomment-360531460
docker volume create --name open-webui
docker run --rm -v ollama-webui:/from -v open-webui:/to alpine ash -c "cd /from ; cp -av . /to"
[insert the equivalent command that you used to install with the new Docker image name]

Once you verify that all the data has been migrated you can erase the old volumen using the following command:

docker volume rm ollama-webui

How to Install Without Docker

While we strongly recommend using our convenient Docker container installation for optimal support, we understand that some situations may require a non-Docker setup, especially for development purposes. Please note that non-Docker installations are not officially supported, and you might need to troubleshoot on your own.

Project Components

Open WebUI consists of two primary components: the frontend and the backend (which serves as a reverse proxy, handling static frontend files, and additional features). Both need to be running concurrently for the development environment.

Important

The backend is required for proper functionality

Requirements πŸ“¦

Build and Install πŸ› οΈ

Run the following commands to install:

git clone https://github.com/open-webui/open-webui.git
cd open-webui/

# Copying required .env file
cp -RPp .env.example .env

# Building Frontend Using Node
npm i
npm run build

# or Building Frontend Using Bun
# bun install
# bun run build

# Serving Frontend with the Backend
cd ./backend
pip install -r requirements.txt -U
sh start.sh

You should have Open WebUI up and running at http://localhost:8080/. Enjoy! πŸ˜„

Troubleshooting

See TROUBLESHOOTING.md for information on how to troubleshoot and/or join our Open WebUI Discord community.

What's Next? πŸš€

Roadmap πŸ“

Here are some exciting tasks on our roadmap:

  • πŸ”Š Local Text-to-Speech Integration: Seamlessly incorporate text-to-speech functionality directly within the platform, allowing for a smoother and more immersive user experience.
  • πŸ›‘οΈ Granular Permissions and User Groups: Empower administrators to finely control access levels and group users according to their roles and responsibilities. This feature ensures robust security measures and streamlined management of user privileges, enhancing overall platform functionality.
  • πŸ”„ Function Calling: Empower your interactions by running code directly within the chat. Execute functions and commands effortlessly, enhancing the functionality of your conversations.
  • βš™οΈ Custom Python Backend Actions: Empower your Open WebUI by creating or downloading custom Python backend actions. Unleash the full potential of your web interface with tailored actions that suit your specific needs, enhancing functionality and versatility.
  • πŸ”§ Fine-tune Model (LoRA): Fine-tune your model directly from the user interface. This feature allows for precise customization and optimization of the chat experience to better suit your needs and preferences.
  • 🧠 Long-Term Memory: Witness the power of persistent memory in our agents. Enjoy conversations that feel continuous as agents remember and reference past interactions, creating a more cohesive and personalized user experience.
  • πŸ§ͺ Research-Centric Features: Empower researchers in the fields of LLM and HCI with a comprehensive web UI for conducting user studies. Stay tuned for ongoing feature enhancements (e.g., surveys, analytics, and participant tracking) to facilitate their research.
  • πŸ“ˆ User Study Tools: Providing specialized tools, like heat maps and behavior tracking modules, to empower researchers in capturing and analyzing user behavior patterns with precision and accuracy.
  • πŸ“š Enhanced Documentation: Elevate your setup and customization experience with improved, comprehensive documentation.

Feel free to contribute and help us make Open WebUI even better! πŸ™Œ

Supporters ✨

A big shoutout to our amazing supporters who's helping to make this project possible! πŸ™

Platinum Sponsors 🀍

  • We're looking for Sponsors!

Acknowledgments

Special thanks to Prof. Lawrence Kim and Prof. Nick Vincent for their invaluable support and guidance in shaping this project into a research endeavor. Grateful for your mentorship throughout the journey! πŸ™Œ

License πŸ“œ

This project is licensed under the MIT License - see the LICENSE file for details. πŸ“„

Support πŸ’¬

If you have any questions, suggestions, or need assistance, please open an issue or join our Open WebUI Discord community to connect with us! 🀝


Created by Timothy J. Baek - Let's make Open Web UI even more amazing together! πŸ’ͺ

About

ChatGPT-Style WebUI for LLMs (Formerly Ollama WebUI)

https://openwebui.com

License:MIT License


Languages

Language:Svelte 67.7%Language:Python 18.1%Language:TypeScript 10.3%Language:Shell 1.4%Language:CSS 1.4%Language:Dockerfile 0.5%Language:JavaScript 0.4%Language:Batchfile 0.2%Language:HTML 0.1%