From 6ba1fc06d3504d2a804ef584a1f757f31cda5612 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Tue, 12 Sep 2023 16:43:15 -0600 Subject: [PATCH] reorder homepage --- templates/home.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/home.html b/templates/home.html index 02d2f61..4ebd9ac 100644 --- a/templates/home.html +++ b/templates/home.html @@ -74,10 +74,11 @@

Current Model: {{ current_model }}

+

Estimated Wait Time: {{ estimated_wait }}

+

Client API URL: {{ client_api }}

Streaming API URL: {{ ws_client_api }}

OpenAI-Compatible API URL: {{ openai_client_api }}

-

Estimated Wait Time: {{ estimated_wait }}

{{ info_html|safe }}