{{ statusText }}
WAV Assemble: {{ (metrics.wav_assemble_time * 1000).toFixed(0)
}}ms
LLM First Token Latency: {{ (metrics.llm_ttft * 1000).toFixed(0)
}}ms
LLM Total Latency: {{ (metrics.llm_total_time * 1000).toFixed(0)
}}ms
TTS First Frame Latency: {{ (metrics.tts_first_frame_time *
1000).toFixed(0) }}ms
TTS Total Larency: {{ (metrics.tts_total_time * 1000).toFixed(0)
}}ms
Speak -> First TTS Frame: {{ (metrics.speak_to_first_frame *
1000).toFixed(0) }}ms
Speak -> End: {{ (metrics.wav_to_tts_total_time *
1000).toFixed(0) }}ms
STT Provider: {{ metrics.stt }}
TTS Provider: {{ metrics.tts }}
Chat Model: {{ metrics.chat_model }}