mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add ability to inject custom files into the prompt (broken ATM)
This commit is contained in:
@@ -840,7 +840,7 @@ async function getCharacters() {
|
||||
$("#avatar_url_pole").val(characters[this_chid].avatar);
|
||||
}
|
||||
await getGroups();
|
||||
printCharacters();
|
||||
await printCharacters();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1219,7 +1219,7 @@ function addOneMessage(mes, { type = "normal", insertAfter = null, scroll = true
|
||||
$(".mes_prompt").hide();
|
||||
//console.log(itemizedPrompts);
|
||||
} else {
|
||||
//console.log('skipping prompt data for User Message');
|
||||
//console.log('skipping prompt data for User Message');
|
||||
}
|
||||
|
||||
newMessage.find('.avatar img').on('error', function () {
|
||||
|
Reference in New Issue
Block a user