mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-11 15:29:12 +02:00
updated lite
This commit is contained in:
@@ -4930,6 +4930,7 @@ Current version: 148
|
||||
else
|
||||
{
|
||||
cstoryjson = share_plaintext();
|
||||
cstoryjson = replaceAll(cstoryjson,"\n","<br>",false);
|
||||
console.log("Export Len: " + cstoryjson.length);
|
||||
document.getElementById("sharecontainertitle").innerText = "Share Story as Plaintext";
|
||||
document.getElementById("sharestorytext").innerHTML = "<p>"+cstoryjson+"</p>";
|
||||
|
||||
Reference in New Issue
Block a user