From 882f1732892f4fe1ee3ec7a118fd0b334cabb253 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 14 Nov 2023 23:39:06 -0800 Subject: [PATCH] doc: features updated --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05d316672..1effaa74f 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,11 @@ ChatGPT-Style Web Interface for Ollama 🦙 - ⚙️ **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. +- 🔐 **Auth Header Support**: Effortlessly enhance security by adding Authorization headers to Ollama requests directly from the web UI settings, ensuring access to secured Ollama servers. + - 🔗 **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. -- 🔑 **Auth Header Support**: Securely access Ollama servers with added Authorization headers for enhanced authentication. +- 🔒 **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. - 🌟 **Continuous Updates**: We are committed to improving Ollama Web UI with regular updates and new features.