{{ analytics_tracking_code|safe }}
Current Model: {{ default_model }}
Estimated Wait Time: {{ default_estimated_wait }}
Processing: {{ default_active_gen_workers }}
Queued: {{ default_proompters_in_queue }}
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.
Estimated Wait Time: {{ estimated_wait_sec }}
Processing: {{ value.processing }}
Queued: {{ value.queued }}
Client API URL: {{ value.client_api }}
Streaming API URL: {{ value.ws_client_api }}
OpenAI-Compatible API URL: {{ value.openai_client_api }}
Context Size: {{ value.context_size }}
Average Generation Time: {{ value.avg_generation_time | int }} seconds