reorder homepage
This commit is contained in:
parent
9740df07c7
commit
6ba1fc06d3
|
@ -74,10 +74,11 @@
|
||||||
|
|
||||||
<div class="info-box">
|
<div class="info-box">
|
||||||
<p><strong>Current Model:</strong> <span id="model">{{ current_model }}</span></p>
|
<p><strong>Current Model:</strong> <span id="model">{{ current_model }}</span></p>
|
||||||
|
<p><strong>Estimated Wait Time:</strong> <span id="estimatedWait">{{ estimated_wait }}</span></p>
|
||||||
|
<br>
|
||||||
<p><strong>Client API URL:</strong> {{ client_api }}</p>
|
<p><strong>Client API URL:</strong> {{ client_api }}</p>
|
||||||
<p><strong>Streaming API URL:</strong> {{ ws_client_api }}</p>
|
<p><strong>Streaming API URL:</strong> {{ ws_client_api }}</p>
|
||||||
<p><strong>OpenAI-Compatible API URL:</strong> {{ openai_client_api }}</p>
|
<p><strong>OpenAI-Compatible API URL:</strong> {{ openai_client_api }}</p>
|
||||||
<p><strong>Estimated Wait Time:</strong> <span id="estimatedWait">{{ estimated_wait }}</span></p>
|
|
||||||
{{ info_html|safe }}
|
{{ info_html|safe }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Reference in New Issue