mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 03:30:20 +00:00
updated lite
This commit is contained in:
parent
f57018f722
commit
8cf812eddd
1 changed files with 1 additions and 1 deletions
|
|
@ -18807,7 +18807,7 @@ Current version indicated by LITEVER below.
|
|||
let matchstr = "[<|p|" + key + "|p|>]";
|
||||
if (gametext_arr[i].includes(matchstr)) {
|
||||
hasChangedImage = true; //set here to update timers
|
||||
if (img.done == true && img.result != "") {
|
||||
if (img.done == true && img.result && img.result != "") {
|
||||
needToSave = true;
|
||||
let metaid = cyrb_hash(img.result);
|
||||
let newstr = `[<|h|${metaid}|h|>]`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue