mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix: prompt template
This commit is contained in:
parent
956cb7beaa
commit
d5cb65527e
1 changed files with 3 additions and 0 deletions
|
|
@ -385,6 +385,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
await tick();
|
await tick();
|
||||||
|
text = await inputVariableHandler(text);
|
||||||
|
await tick();
|
||||||
|
|
||||||
const chatInputContainer = document.getElementById('chat-input-container');
|
const chatInputContainer = document.getElementById('chat-input-container');
|
||||||
if (chatInputContainer) {
|
if (chatInputContainer) {
|
||||||
chatInputContainer.scrollTop = chatInputContainer.scrollHeight;
|
chatInputContainer.scrollTop = chatInputContainer.scrollHeight;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue