{{ analytics_tracking_code|safe }}
Current Model: {{ current_model }}
Estimated Wait Time: {{ estimated_wait }}
Client API URL: {{ client_api }}
Streaming API URL: {{ ws_client_api if enable_streaming else 'Disabled' }}
OpenAI-Compatible API URL: {{ openai_client_api }}
{% if info_html|length > 1 %}The OpenAI-compatible API adds a system prompt to set the AI's behavior to a "helpful assistant". You can view this prompt here.
{{ stats_json|safe }}