aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben2023-03-04 22:22:22 +0100
committerben2025-03-04 21:55:21 +0100
commita0da06a7e1d000605045c712a262e0f56414d2d3 (patch)
treee25f12781c7b559071763cb8121b9ce3b6f8090d
parent207592ff57938536eafa99f2632d670d2bb9457e (diff)
downloadai_env-a0da06a7e1d000605045c712a262e0f56414d2d3.tar.gz
ai_env-a0da06a7e1d000605045c712a262e0f56414d2d3.tar.bz2
ai_env-a0da06a7e1d000605045c712a262e0f56414d2d3.tar.xz
Fix Web UI URL.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a442987..038cd03 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,6 @@ export TTS_API_HOST="https://your-remote-domain"
## 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 application to interact with supported LLMs directly from your browser is available at [http://127.0.0.1:8001/playground](http://127.0.0.1:8001/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).
+A web platform to compare different LLMs side-by-side is available at [http://127.0.0.1:8001/arena](http://127.0.0.1:8001/arena).