|
| 1 | +# Ollama Web UI 👋 |
| 2 | + |
| 3 | +ChatGPT-Style Web Interface for Ollama 🦙 |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +## Features ⭐ |
| 8 | + |
| 9 | +- 🖥️ **Intuitive Interface**: Our chat interface takes inspiration from ChatGPT, ensuring a user-friendly experience. |
| 10 | +- 📱 **Responsive Design**: Enjoy a seamless experience on both desktop and mobile devices. |
| 11 | +- ⚡ **Swift Responsiveness**: Enjoy fast and responsive performance. |
| 12 | +- 🚀 **Effortless Setup**: Install seamlessly using Docker for a hassle-free experience. |
| 13 | +- 🤖 **Multiple Model Support**: Seamlessly switch between different chat models for diverse interactions. |
| 14 | +- 🌟 **Continuous Updates**: We are committed to improving Ollama Web UI with regular updates and new features. |
| 15 | + |
| 16 | +## How to Install 🚀 |
| 17 | + |
| 18 | +### Using Docker 🐳 |
| 19 | + |
| 20 | +```bash |
| 21 | +docker build -t ollama-webui . |
| 22 | +docker run -d -p 3000:3000 --name ollama-webui --restart always ollama-webui |
| 23 | +``` |
| 24 | + |
| 25 | +Your Ollama Web UI should now be hosted at [http://localhost:3000](http://localhost:3000). Enjoy! 😄 |
| 26 | + |
| 27 | +## What's Next? 🚀 |
| 28 | + |
| 29 | +### To-Do List 📝 |
| 30 | + |
| 31 | +Here are some exciting tasks on our to-do list: |
| 32 | + |
| 33 | +- 📜 **Chat History**: Effortlessly access and manage your conversation history. |
| 34 | +- 📤📥 **Import/Export Chat History**: Seamlessly move your chat data in and out of the platform. |
| 35 | +- 🎨 **Customization**: Tailor your chat environment with personalized themes and styles. |
| 36 | +- 📥🗑️ **Download/Delete Models**: Easily acquire or remove models directly from the web UI. |
| 37 | +- ⚙️ **Advanced Parameters Support**: Harness the power of advanced settings for fine-tuned control. |
| 38 | +- 📚 **Enhanced Documentation**: Elevate your setup and customization experience with improved, comprehensive documentation. |
| 39 | +- 🌟 **User Interface Enhancement**: Elevate the user interface to deliver a smoother, more enjoyable interaction. |
| 40 | +- 📲🖥️ **Cross-Device Responsiveness**: Seamlessly transition between desktop and mobile for a consistent experience. |
| 41 | +- 🚀 **Integration with Messaging Platforms**: Explore possibilities for integrating with popular messaging platforms like Slack and Discord. |
| 42 | +- 🧐 **User Testing and Feedback Gathering**: Conduct thorough user testing to gather insights and refine our offerings based on valuable user feedback. |
| 43 | + |
| 44 | +Feel free to contribute and help us make Ollama Web UI even better! 🙌 |
| 45 | + |
| 46 | +## Contributors ✨ |
| 47 | + |
| 48 | +A big shoutout to our amazing contributors who have helped make this project possible! 🙏 |
| 49 | + |
| 50 | +- [Jeffrey Morgan (Creator of Ollama)](https://github.com/jmorganca) |
| 51 | +- [Timothy J. Baek](https://github.com/tjbck) |
| 52 | + |
| 53 | +## License 📜 |
| 54 | + |
| 55 | +This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for details. 📄 |
| 56 | + |
| 57 | +## Support 💬 |
| 58 | + |
| 59 | +If you have any questions, suggestions, or need assistance, please open an issue or join our [Discord community](https://discord.gg/ollama) to connect with us! 🤝 |
| 60 | + |
| 61 | +--- |
| 62 | + |
| 63 | +Let's make Ollama Web UI even more amazing together! 💪 |
0 commit comments