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
6d2d2d55
Commit
6d2d2d55
authored
Dec 22, 2023
by
Timothy J. Baek
Browse files
fix: trailing "assistant" message issue
parent
f63178b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
src/routes/(app)/+page.svelte
src/routes/(app)/+page.svelte
+0
-2
src/routes/(app)/c/[id]/+page.svelte
src/routes/(app)/c/[id]/+page.svelte
+0
-2
No files found.
src/routes/(app)/+page.svelte
View file @
6d2d2d55
...
@@ -365,8 +365,6 @@
...
@@ -365,8 +365,6 @@
];
];
}
}
await tick();
window.scrollTo({ top: document.body.scrollHeight });
window.scrollTo({ top: document.body.scrollHeight });
const res = await fetch(
const res = await fetch(
...
...
src/routes/(app)/c/[id]/+page.svelte
View file @
6d2d2d55
...
@@ -379,8 +379,6 @@
...
@@ -379,8 +379,6 @@
];
];
}
}
await tick();
window.scrollTo({ top: document.body.scrollHeight });
window.scrollTo({ top: document.body.scrollHeight });
const res = await fetch(
const res = await fetch(
...
...
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