Merge pull request #52 from ollama-webui/dev

doc: readme update
This commit is contained in:
Timothy Jaeryang Baek 2023-11-03 20:24:43 -05:00 committed by GitHub
commit 019dbbe701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Ollama Web UI 👋
# Ollama Web UI: A User-Friendly Web Interface for Chat Interactions 👋
ChatGPT-Style Web Interface for Ollama 🦙
@ -14,19 +14,23 @@ ChatGPT-Style Web Interface for Ollama 🦙
- 🚀 **Effortless Setup**: Install seamlessly using Docker 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.
- 📥🗑️ **Download/Delete Models**: Easily download or remove models directly from the web UI.
- 🤖 **Multiple Model Support**: Seamlessly switch between different chat models for diverse interactions.
- 🤝 **OpenAI Model Integration**: Seamlessly utilize OpenAI models alongside Ollama models for a versatile conversational experience.
- 📜 **Chat History**: Effortlessly access and manage your conversation history.
- 📤📥 **Import/Export Chat History**: Seamlessly move your chat data in and out of the platform.
- ⚙️ **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.
- 💻 **Code Syntax Highlighting**: Enjoy enhanced code readability with our syntax highlighting feature.
- 🔗 **External Ollama Server Connection**: Seamlessly link to an external Ollama server hosted on a different address by configuring the environment variable during the Docker build phase. Execute the following command to include the Ollama API base URL in the Docker image: `docker build --build-arg OLLAMA_API_BASE_URL='http://localhost:11434/api' -t ollama-webui .`. Additionally, you can also set the external server connection URL from the web UI post-build.
- 🔗 **External Ollama Server Connection**: Seamlessly link to an external Ollama server hosted on a different address by configuring the environment variable during the Docker build phase. Additionally, you can also set the external server connection URL from the web UI post-build.
- 🌟 **Continuous Updates**: We are committed to improving Ollama Web UI with regular updates and new features.