mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
commit
a2088989ca
@ -81,7 +81,9 @@
|
|||||||
}<br/>
|
}<br/>
|
||||||
prompt_token/s: ${
|
prompt_token/s: ${
|
||||||
Math.round(
|
Math.round(
|
||||||
((message.info.prompt_eval_count ?? 0) / (message.info.prompt_eval_duration / 1000000000)) * 100
|
((message.info.prompt_eval_count ?? 0) /
|
||||||
|
(message.info.prompt_eval_duration / 1000000000)) *
|
||||||
|
100
|
||||||
) / 100 ?? 'N/A'
|
) / 100 ?? 'N/A'
|
||||||
} tokens<br/>
|
} tokens<br/>
|
||||||
total_duration: ${
|
total_duration: ${
|
||||||
@ -114,10 +116,11 @@
|
|||||||
// customised options
|
// customised options
|
||||||
// • auto-render specific keys, e.g.:
|
// • auto-render specific keys, e.g.:
|
||||||
delimiters: [
|
delimiters: [
|
||||||
{ left: '$$', right: '$$', display: true },
|
{ left: '$$', right: '$$', display: false },
|
||||||
// { left: '$', right: '$', display: false },
|
{ left: '$', right: '$', display: false },
|
||||||
{ left: '\\(', right: '\\)', display: true },
|
{ left: '\\(', right: '\\)', display: false },
|
||||||
{ left: '\\[', right: '\\]', display: true }
|
{ left: '\\[', right: '\\]', display: false },
|
||||||
|
{ left: '[ ', right: ' ]', display: false }
|
||||||
],
|
],
|
||||||
// • rendering keys, e.g.:
|
// • rendering keys, e.g.:
|
||||||
throwOnError: false
|
throwOnError: false
|
||||||
|
Loading…
Reference in New Issue
Block a user