Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
9f66cdbb
Commit
9f66cdbb
authored
Dec 14, 2023
by
Timothy J. Baek
Browse files
feat: token/s added to verbose output
parent
0fdb346a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/lib/components/chat/Messages.svelte
src/lib/components/chat/Messages.svelte
+3
-2
No files found.
src/lib/components/chat/Messages.svelte
View file @
9f66cdbb
...
@@ -34,9 +34,10 @@
...
@@ -34,9 +34,10 @@
for
(
const
message
of
messages
)
{
for
(
const
message
of
messages
)
{
if
(
message
.
info
)
{
if
(
message
.
info
)
{
tippy
(
`#info-
${
message
.
id
}
`
,
{
tippy
(
`#info-
${
message
.
id
}
`
,
{
content
:
`<span class="text-xs">to
tal_duration
:
${
content
:
`<span class="text-xs">to
ken/s
:
${
message
.
info
.
tot
al_duration
??
'
N/A
'
(
message
.
info
.
eval_count
??
0
)
/
message
.
info
.
ev
al_duration
??
'
N/A
'
}
<
br
/>
}
<
br
/>
total_duration
:
$
{
message
.
info
.
total_duration
??
'
N/A
'
}
<
br
/>
load_duration
:
$
{
message
.
info
.
load_duration
??
'
N/A
'
}
<
br
/>
load_duration
:
$
{
message
.
info
.
load_duration
??
'
N/A
'
}
<
br
/>
sample_count
:
$
{
message
.
info
.
sample_count
??
'
N/A
'
}
<
br
/>
sample_count
:
$
{
message
.
info
.
sample_count
??
'
N/A
'
}
<
br
/>
sample_duration
:
$
{
message
.
info
.
sample_duration
??
'
N/A
'
}
<
br
/>
sample_duration
:
$
{
message
.
info
.
sample_duration
??
'
N/A
'
}
<
br
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment