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
fb83c576
"...composable_kernel_onnxruntime.git" did not exist on "52ae168b171cdc2f0c708a885a28f174c29f41a4"
Commit
fb83c576
authored
Dec 10, 2023
by
Timothy J. Baek
Browse files
Update Messages.svelte
parent
68c6f697
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/chat/Messages.svelte
src/lib/components/chat/Messages.svelte
+2
-2
No files found.
src/lib/components/chat/Messages.svelte
View file @
fb83c576
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
import
auto_render
from
'
katex/dist/contrib/auto-render.mjs
'
;
import
auto_render
from
'
katex/dist/contrib/auto-render.mjs
'
;
import
'
katex/dist/katex.min.css
'
;
import
'
katex/dist/katex.min.css
'
;
import
{
config
,
db
,
modelfiles
,
settings
,
user
}
from
'
$lib/stores
'
;
import
{
chatId
,
config
,
db
,
modelfiles
,
settings
,
user
}
from
'
$lib/stores
'
;
import
{
tick
}
from
'
svelte
'
;
import
{
tick
}
from
'
svelte
'
;
import
toast
from
'
svelte-french-toast
'
;
import
toast
from
'
svelte-french-toast
'
;
...
@@ -192,7 +192,7 @@
...
@@ -192,7 +192,7 @@
history
.
currentId
=
userMessageId
;
history
.
currentId
=
userMessageId
;
await
tick
();
await
tick
();
await
sendPrompt
(
userPrompt
,
userMessageId
);
await
sendPrompt
(
userPrompt
,
userMessageId
,
$chatId
);
};
};
const
cancelEditMessage
=
(
messageId
)
=>
{
const
cancelEditMessage
=
(
messageId
)
=>
{
...
...
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