mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
updated lite
This commit is contained in:
+2
-2
@@ -25627,14 +25627,14 @@ Current version indicated by LITEVER below.
|
||||
|
||||
if(curr.myturn)
|
||||
{
|
||||
fulltxt += `<hr style="margin-top: 12px; margin-bottom: 12px;"><span class="color_kobotext"><span class="humansquare" onclick="classic_click_turn(this,${i})"></span>${currmsg}</span>`;
|
||||
fulltxt += `<hr aria-label="User Turn ${i}" style="margin-top: 12px; margin-bottom: 12px;"><span class="color_kobotext"><span class="humansquare" onclick="classic_click_turn(this,${i})"></span>${currmsg}</span>`;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (i == 0) {
|
||||
fulltxt += `${currmsg}`;
|
||||
} else {
|
||||
fulltxt += `<hr style="margin-top: 12px; margin-bottom: 12px;"><span><span class="nikosquare" onclick="classic_click_turn(this,${i})"></span>${currmsg}</span>`;
|
||||
fulltxt += `<hr aria-label="AI Turn ${i}" style="margin-top: 12px; margin-bottom: 12px;"><span><span class="nikosquare" onclick="classic_click_turn(this,${i})"></span>${currmsg}</span>`;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user