From 207592ff57938536eafa99f2632d670d2bb9457e Mon Sep 17 00:00:00 2001
From: ben
Date: Sat, 4 Mar 2023 22:22:22 +0100
Subject: Isolating containers from internet access to enhance security.

---
 README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

(limited to 'README.md')

diff --git a/README.md b/README.md
index cc6a3e6..a442987 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Add an API key to secure server access by adding a `.env` file like this:
 LLM_API_KEY=1234567890
 ```
 
-Create a user authentication for aichat web UI:
+Create a user authentication for aichat Web UI:
 
 ```
 htpasswd -c src/nginx/htpasswd user
@@ -60,7 +60,7 @@ docker compose up --build -d
 
 Then wait for the models to finish downloading using the following command to display the status:
 ```
-docker-compose logs -f llm_provision
+docker-compose logs -f ollama_provision
 ```
 
 ## How to use
@@ -120,3 +120,9 @@ Example:
 export TTS_API_HOST="https://your-remote-domain"
 ./tools/speech.sh ... 
 ```
+
+## Web UI
+
+A web application to interact with supported LLMs directly from your browser is available at [http://127.0.0.1:8000/playground](http://127.0.0.1:8000/playground).
+
+A web platform to compare different LLMs side-by-side is available at [http://127.0.0.1:8000/arena](http://127.0.0.1:8000/arena).
-- 
cgit v1.2.3