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
b93337e6
Commit
b93337e6
authored
Apr 13, 2024
by
Self Denial
Browse files
Format fix
parent
d2d25522
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/lib/components/chat/Messages/ResponseMessage.svelte
src/lib/components/chat/Messages/ResponseMessage.svelte
+3
-3
No files found.
src/lib/components/chat/Messages/ResponseMessage.svelte
View file @
b93337e6
...
@@ -124,9 +124,9 @@
...
@@ -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
});
});
}
}
...
...
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