Fix Web UI URL.

This commit is contained in:
ben
2023-03-04 22:22:22 +01:00
parent 207592ff57
commit a0da06a7e1

View File

@@ -123,6 +123,6 @@ export TTS_API_HOST="https://your-remote-domain"
## Web UI ## 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).