forked from open-webui/open-webui
Format fix
This commit is contained in:
parent
d2d255228c
commit
b93337e62f
1 changed files with 3 additions and 3 deletions
|
@ -124,9 +124,9 @@
|
|||
eval_duration: ${
|
||||
Math.round(((message.info.eval_duration ?? 0) / 1000000) * 100) / 100 ?? 'N/A'
|
||||
}ms<br/>
|
||||
approximate_total: ${
|
||||
approximateToHumanReadable(message.info.total_duration)
|
||||
}</span>`,
|
||||
approximate_total: ${approximateToHumanReadable(
|
||||
message.info.total_duration
|
||||
)}</span>`,
|
||||
allowHTML: true
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue