mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
updated lite
This commit is contained in:
parent
0e8f96414a
commit
7e5582afdb
1 changed files with 2 additions and 2 deletions
|
@ -13889,9 +13889,9 @@ Current version indicated by LITEVER below.
|
||||||
let userinput = getInputBoxValue();
|
let userinput = getInputBoxValue();
|
||||||
if(userinput.trim()!="")
|
if(userinput.trim()!="")
|
||||||
{
|
{
|
||||||
let str = get_instructendplaceholder() + userinput.trim();
|
let str = get_instructstartplaceholder() + userinput.trim();
|
||||||
if (localsettings.separate_end_tags) {
|
if (localsettings.separate_end_tags) {
|
||||||
str += get_instructendplaceholder_end();
|
str += get_instructstartplaceholder_end();
|
||||||
}
|
}
|
||||||
document.getElementById("memorytext").value += str;
|
document.getElementById("memorytext").value += str;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue