diff options
author | ben | 2023-03-04 22:22:22 +0100 |
---|---|---|
committer | ben | 2025-03-04 21:55:21 +0100 |
commit | a0da06a7e1d000605045c712a262e0f56414d2d3 (patch) | |
tree | e25f12781c7b559071763cb8121b9ce3b6f8090d | |
parent | 207592ff57938536eafa99f2632d670d2bb9457e (diff) | |
download | ai_env-a0da06a7e1d000605045c712a262e0f56414d2d3.tar.gz ai_env-a0da06a7e1d000605045c712a262e0f56414d2d3.tar.bz2 ai_env-a0da06a7e1d000605045c712a262e0f56414d2d3.tar.xz |
Fix Web UI URL.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |