open-webui/README.md

299 lines
15 KiB
Markdown
Raw Normal View History

2023-11-04 09:23:11 +08:00
# Ollama Web UI: A User-Friendly Web Interface for Chat Interactions 👋
2023-10-09 06:38:42 +08:00
2023-11-06 07:41:25 +08:00
![GitHub stars](https://img.shields.io/github/stars/ollama-webui/ollama-webui?style=social)
![GitHub forks](https://img.shields.io/github/forks/ollama-webui/ollama-webui?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/ollama-webui/ollama-webui?style=social)
2023-11-13 04:54:34 +08:00
![GitHub repo size](https://img.shields.io/github/repo-size/ollama-webui/ollama-webui)
![GitHub language count](https://img.shields.io/github/languages/count/ollama-webui/ollama-webui)
![GitHub top language](https://img.shields.io/github/languages/top/ollama-webui/ollama-webui)
![GitHub last commit](https://img.shields.io/github/last-commit/ollama-webui/ollama-webui?color=red)
2023-11-06 07:41:25 +08:00
![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Follama-webui%2Follama-wbui&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)
2023-11-12 13:07:19 +08:00
[![Discord](https://img.shields.io/badge/Discord-Ollama_Web_UI-blue?logo=discord&logoColor=white)](https://discord.gg/5rJgQTnV4s)
2023-11-12 05:40:47 +08:00
[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/tjbck)
2023-11-06 07:41:25 +08:00
2023-10-09 06:38:42 +08:00
ChatGPT-Style Web Interface for Ollama 🦙
2023-12-24 17:02:31 +08:00
**Disclaimer:** _ollama-webui is a community-driven project and is not affiliated with the Ollama team in any way. This initiative is independent, and any inquiries or feedback should be directed to [our community on Discord](https://discord.gg/5rJgQTnV4s). We kindly request users to refrain from contacting or harassing the Ollama team regarding this project._
2023-12-20 04:36:32 +08:00
2023-10-09 06:38:42 +08:00
![Ollama Web UI Demo](./demo.gif)
2023-11-28 13:39:22 +08:00
Also check our sibling project, [OllamaHub](https://ollamahub.com/), where you can discover, download, and explore customized Modelfiles for Ollama! 🦙🔍
2023-10-09 06:38:42 +08:00
## Features ⭐
- 🖥️ **Intuitive Interface**: Our chat interface takes inspiration from ChatGPT, ensuring a user-friendly experience.
2023-10-09 06:38:42 +08:00
- 📱 **Responsive Design**: Enjoy a seamless experience on both desktop and mobile devices.
2023-10-09 06:38:42 +08:00
-**Swift Responsiveness**: Enjoy fast and responsive performance.
2023-10-09 06:38:42 +08:00
- 🚀 **Effortless Setup**: Install seamlessly using Docker for a hassle-free experience.
2023-11-04 09:21:12 +08:00
- 💻 **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.
2023-10-23 07:40:17 +08:00
- 📥🗑️ **Download/Delete Models**: Easily download or remove models directly from the web UI.
2023-12-24 17:04:16 +08:00
- ⬆️ **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.
2023-12-24 17:02:31 +08:00
2023-10-09 06:38:42 +08:00
- 🤖 **Multiple Model Support**: Seamlessly switch between different chat models for diverse interactions.
2023-12-14 08:22:21 +08:00
- 🔄 **Multi-Modal Support**: Seamlessly engage with models that support multimodal interactions, including images (e.g., LLava).
2023-12-05 15:25:41 +08:00
- 🧩 **Modelfile Builder**: Easily create Ollama modelfiles via the web UI. Create and add characters/agents, customize chat elements, and import modelfiles effortlessly through [OllamaHub](https://ollamahub.com/) integration.
2023-12-04 15:58:43 +08:00
2023-11-18 02:38:29 +08:00
- ⚙️ **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.
2023-11-14 14:08:14 +08:00
2023-12-24 17:36:40 +08:00
- 🤝 **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**.
2023-11-04 09:21:12 +08:00
2023-11-14 14:08:14 +08:00
- 🔄 **Regeneration History Access**: Easily revisit and explore your entire regeneration history.
- 📜 **Chat History**: Effortlessly access and manage your conversation history.
2023-10-19 14:00:26 +08:00
- 📤📥 **Import/Export Chat History**: Seamlessly move your chat data in and out of the platform.
2023-11-12 05:50:13 +08:00
- 🗣️ **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.
2023-11-12 05:40:47 +08:00
2023-10-21 02:43:46 +08:00
- ⚙️ **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.
2023-12-27 09:34:56 +08:00
- 🔗 **External Ollama Server Connection**: Seamlessly link to an external Ollama server hosted on a different address by configuring the environment variable.
2023-11-15 15:39:06 +08:00
2023-12-27 09:38:46 +08:00
- 🔐 **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.
2023-11-15 15:39:06 +08:00
- 🔒 **Backend Reverse Proxy Support**: Strengthen security by enabling direct communication between Ollama Web UI backend and Ollama, eliminating the need to expose Ollama over LAN.
2023-10-09 06:38:42 +08:00
- 🌟 **Continuous Updates**: We are committed to improving Ollama Web UI with regular updates and new features.
2023-12-05 15:25:41 +08:00
## 🔗 Also Check Out OllamaHub!
2023-11-28 13:39:22 +08:00
Don't forget to explore our sibling project, [OllamaHub](https://ollamahub.com/), where you can discover, download, and explore customized Modelfiles. OllamaHub offers a wide range of exciting possibilities for enhancing your chat interactions with Ollama! 🚀
2023-10-09 06:38:42 +08:00
## How to Install 🚀
2023-11-16 04:30:04 +08:00
### Installing Both Ollama and Ollama Web UI Using Docker Compose
2023-10-16 16:38:06 +08:00
2023-11-16 04:30:04 +08:00
If you don't have Ollama installed yet, you can use the provided Docker Compose file for a hassle-free installation. Simply run the following command:
2023-11-12 13:07:19 +08:00
```bash
2023-11-18 02:38:29 +08:00
docker compose up -d --build
2023-11-12 13:07:19 +08:00
```
This command will install both Ollama and Ollama Web UI on your system.
#### Enable GPU
2023-12-27 09:34:56 +08:00
Use the additional Docker Compose file designed to enable GPU support by running the following command:
2023-12-27 09:34:56 +08:00
```bash
docker compose -f docker-compose.yml -f docker-compose.gpu.yml up -d --build
```
#### Expose Ollama API outside the container stack
2023-12-27 09:34:56 +08:00
Deploy the service with an additional Docker Compose file designed for API exposure:
2023-12-27 09:34:56 +08:00
```bash
docker compose -f docker-compose.yml -f docker-compose.api.yml up -d --build
```
2023-11-12 13:07:19 +08:00
2023-11-16 04:30:04 +08:00
### Installing Ollama Web UI Only
#### Prerequisites
Make sure you have the latest version of Ollama installed before proceeding with the installation. You can find the latest version of Ollama at [https://ollama.ai/](https://ollama.ai/).
##### Checking Ollama
2023-10-18 09:08:54 +08:00
2023-11-16 04:30:04 +08:00
After installing Ollama, verify that Ollama is running by accessing the following link in your web browser: [http://127.0.0.1:11434/](http://127.0.0.1:11434/). Note that the port number may differ based on your system configuration.
2023-10-18 09:08:54 +08:00
2023-11-16 04:30:04 +08:00
#### Using Docker 🐳
2023-10-18 09:08:54 +08:00
2023-11-16 04:30:04 +08:00
If Ollama is hosted on your local machine and accessible at [http://127.0.0.1:11434/](http://127.0.0.1:11434/), run the following command:
2023-10-18 09:08:54 +08:00
```bash
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama-webui:/app/backend/data --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
2023-10-18 09:08:54 +08:00
```
Alternatively, if you prefer to build the container yourself, use the following command:
2023-10-23 04:16:09 +08:00
```bash
docker build -t ollama-webui .
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v ollama-webui:/app/backend/data --name ollama-webui --restart always ollama-webui
2023-10-23 04:16:09 +08:00
```
2023-11-15 16:07:12 +08:00
Your Ollama Web UI should now be hosted at [http://localhost:3000](http://localhost:3000) and accessible over LAN (or Network). Enjoy! 😄
2023-10-09 06:38:42 +08:00
2023-11-16 04:30:04 +08:00
#### Accessing External Ollama on a Different Server
2023-11-16 03:57:04 +08:00
Change `OLLAMA_API_BASE_URL` environment variable to match the external Ollama Server url:
2023-10-18 18:01:34 +08:00
```bash
docker run -d -p 3000:8080 -e OLLAMA_API_BASE_URL=https://example.com/api -v ollama-webui:/app/backend/data --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
2023-11-16 03:57:04 +08:00
```
Alternatively, if you prefer to build the container yourself, use the following command:
```bash
docker build -t ollama-webui .
docker run -d -p 3000:8080 -e OLLAMA_API_BASE_URL=https://example.com/api -v ollama-webui:/app/backend/data --name ollama-webui --restart always ollama-webui
2023-10-18 18:01:34 +08:00
```
## How to Install Without Docker
2023-10-22 14:49:25 +08:00
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.
2023-12-20 03:37:36 +08:00
**Warning: Backend Dependency for Proper Functionality**
In order to ensure the seamless operation of our application, it is crucial to run both the backend and frontend components simultaneously. Serving only the frontend in isolation is not supported and may lead to unpredictable outcomes, rendering the application inoperable. Attempting to raise an issue when solely serving the frontend will not be addressed, as it falls outside the intended usage. To achieve optimal results, please strictly adhere to the specified steps outlined in this documentation. Utilize the frontend solely for building static files, and subsequently run the complete application with the provided backend commands. Failure to follow these instructions may result in unsupported configurations, and we may not be able to provide assistance in such cases. Your cooperation in following the prescribed procedures is essential for a smooth user experience and effective issue resolution.
2023-12-05 15:25:41 +08:00
### TL;DR 🚀
2023-12-05 14:58:58 +08:00
Run the following commands to install:
```sh
git clone https://github.com/ollama-webui/ollama-webui.git
cd ollama-webui/
2023-12-05 15:25:41 +08:00
# Copying required .env file
2023-12-05 14:58:58 +08:00
cp -RPp example.env .env
2023-12-05 15:25:41 +08:00
# Building Frontend
2023-12-05 14:58:58 +08:00
npm i
npm run build
2023-12-05 15:25:41 +08:00
# Serving Frontend with the Backend
2023-12-05 14:58:58 +08:00
cd ./backend
pip install -r requirements.txt
sh start.sh
```
2023-12-05 15:25:41 +08:00
2023-12-05 14:58:58 +08:00
You should have the Ollama Web UI up and running at http://localhost:8080/. Enjoy! 😄
### Project Components
The Ollama Web UI 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 using `npm run dev`. Alternatively, you can set the `PUBLIC_API_BASE_URL` during the build process to have the frontend connect directly to your Ollama instance or build the frontend as static files and serve them with the backend.
### Prerequisites
1. **Clone and Enter the Project:**
2023-10-22 14:49:25 +08:00
```sh
git clone https://github.com/ollama-webui/ollama-webui.git
cd ollama-webui/
2023-10-22 14:49:25 +08:00
```
2. **Create and Edit `.env`:**
2023-10-22 14:49:25 +08:00
```sh
cp -RPp example.env .env
2023-10-22 14:49:25 +08:00
```
### Building Ollama Web UI Frontend
1. **Install Node Dependencies:**
2023-10-22 14:49:25 +08:00
```sh
npm install
2023-10-22 14:49:25 +08:00
```
2. **Run in Dev Mode or Build for Deployment:**
- Dev Mode (requires the backend to be running simultaneously):
2023-10-22 14:49:25 +08:00
```sh
npm run dev
```
- Build for Deployment:
2023-10-22 14:49:25 +08:00
```sh
# `PUBLIC_API_BASE_URL` overwrites the value in `.env`
2023-10-22 14:49:25 +08:00
PUBLIC_API_BASE_URL='https://example.com/api' npm run build
```
3. **Test the Build with `Caddy` (or your preferred server):**
2023-10-22 14:49:25 +08:00
```sh
curl https://webi.sh/caddy | sh
PUBLIC_API_BASE_URL='https://localhost/api' npm run build
caddy run --envfile .env --config ./Caddyfile.localhost
```
### Running Ollama Web UI Backend
If you wish to run the backend for deployment, ensure that the frontend is built so that the backend can serve the frontend files along with the API route.
#### Setup Instructions
1. **Install Python Requirements:**
```sh
cd ./backend
pip install -r requirements.txt
```
2. **Run Python Backend:**
- Dev Mode with Hot Reloading:
```sh
sh dev.sh
```
- Deployment:
```sh
sh start.sh
```
Now, you should have the Ollama Web UI up and running at [http://localhost:8080/](http://localhost:8080/). Feel free to explore the features and functionalities of Ollama! If you encounter any issues, please refer to the instructions above or reach out to the community for assistance.
2023-10-25 09:12:00 +08:00
## Troubleshooting
2023-11-15 04:20:51 +08:00
See [TROUBLESHOOTING.md](/TROUBLESHOOTING.md) for information on how to troubleshoot and/or join our [Ollama Web UI Discord community](https://discord.gg/5rJgQTnV4s).
2023-10-25 09:12:00 +08:00
2023-10-09 06:38:42 +08:00
## What's Next? 🚀
2023-12-03 03:25:49 +08:00
### Roadmap 📝
2023-10-09 06:38:42 +08:00
2023-12-03 03:25:49 +08:00
Here are some exciting tasks on our roadmap:
2023-10-09 06:38:42 +08:00
2023-12-03 03:25:49 +08:00
- 📚 **RAG Integration**: Experience first-class retrieval augmented generation support, enabling chat with your documents.
2023-12-27 09:42:21 +08:00
- 🌐 **Web Browsing Capability**: Experience the convenience of seamlessly integrating web content directly into your chat. Easily browse and share information without leaving the conversation.
- 🔄 **Function Calling**: Empower your interactions by running code directly within the chat. Execute functions and commands effortlessly, enhancing the functionality of your conversations.
2023-12-27 09:46:20 +08:00
- ⚙️ **Custom Python Backend Actions**: Empower your Ollama Web UI 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.
2023-12-27 09:42:21 +08:00
- 🧠 **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.
2023-10-28 16:49:37 +08:00
- 🧪 **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.
2023-10-09 06:38:42 +08:00
- 📚 **Enhanced Documentation**: Elevate your setup and customization experience with improved, comprehensive documentation.
Feel free to contribute and help us make Ollama Web UI even better! 🙌
2023-11-15 04:20:51 +08:00
## Supporters ✨
A big shoutout to our amazing supporters who's helping to make this project possible! 🙏
2023-10-09 06:38:42 +08:00
2023-11-15 04:23:02 +08:00
### Platinum Sponsors 🤍
2023-10-09 06:38:42 +08:00
2023-12-28 03:51:40 +08:00
- We're looking for Sponsors!
### Acknowledgments
Special thanks to [Prof. Lawrence Kim @ SFU](https://www.lhkim.com/) and [Prof. Nick Vincent @ SFU](https://www.nickmvincent.com/) for their invaluable support and guidance in shaping this project into a research endeavor. Grateful for your mentorship throughout the journey! 🙌
2023-10-09 06:38:42 +08:00
## License 📜
2023-11-15 05:32:59 +08:00
This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for details. 📄
2023-10-09 06:38:42 +08:00
## Support 💬
2023-11-06 07:41:25 +08:00
If you have any questions, suggestions, or need assistance, please open an issue or join our
2023-11-12 13:07:19 +08:00
[Ollama Web UI Discord community](https://discord.gg/5rJgQTnV4s) or
2023-11-06 07:41:25 +08:00
[Ollama Discord community](https://discord.gg/ollama) to connect with us! 🤝
2023-10-09 06:38:42 +08:00
---
2023-11-15 04:20:51 +08:00
Created by [Timothy J. Baek](https://github.com/tjbck) - Let's make Ollama Web UI even more amazing together! 💪