diff --git a/src/lib/components/chat/Messages/ResponseMessage.svelte b/src/lib/components/chat/Messages/ResponseMessage.svelte index d44e6443..3789faaa 100644 --- a/src/lib/components/chat/Messages/ResponseMessage.svelte +++ b/src/lib/components/chat/Messages/ResponseMessage.svelte @@ -124,9 +124,9 @@ eval_duration: ${ Math.round(((message.info.eval_duration ?? 0) / 1000000) * 100) / 100 ?? 'N/A' }ms
- approximate_total: ${ - approximateToHumanReadable(message.info.total_duration) - }`, + approximate_total: ${approximateToHumanReadable( + message.info.total_duration + )}`, allowHTML: true }); }