mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 21:38:43 +00:00
Format fix
This commit is contained in:
parent
d2d255228c
commit
b93337e62f
@ -124,9 +124,9 @@
|
|||||||
eval_duration: ${
|
eval_duration: ${
|
||||||
Math.round(((message.info.eval_duration ?? 0) / 1000000) * 100) / 100 ?? 'N/A'
|
Math.round(((message.info.eval_duration ?? 0) / 1000000) * 100) / 100 ?? 'N/A'
|
||||||
}ms<br/>
|
}ms<br/>
|
||||||
approximate_total: ${
|
approximate_total: ${approximateToHumanReadable(
|
||||||
approximateToHumanReadable(message.info.total_duration)
|
message.info.total_duration
|
||||||
}</span>`,
|
)}</span>`,
|
||||||
allowHTML: true
|
allowHTML: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user