From 611b10a79d49bfb691593400a1c9e84ccd2e88bc Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 14 Nov 2023 14:30:47 -0800 Subject: [PATCH] doc: auth header support added to features --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae27bfd4..05d31667 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ ChatGPT-Style Web Interface for Ollama 🦙 - 🔗 **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. + - 🌟 **Continuous Updates**: We are committed to improving Ollama Web UI with regular updates and new features. ## How to Install 🚀