updated lite

This commit is contained in:
Concedo 2024-02-12 17:35:52 +08:00
parent 603fe941c1
commit fdc54efcf0

View file

@ -4801,7 +4801,7 @@ Current version: 111
//check for tavernai fields
if (new_loaded_storyobj.name != null || new_loaded_storyobj.description != null ||
new_loaded_storyobj.personality != null) {
new_loaded_storyobj.personality != null || new_loaded_storyobj.spec=="chara_card_v2") {
load_tavern_obj(new_loaded_storyobj);
}
else if (new_loaded_storyobj.char_name != null || new_loaded_storyobj.char_persona != null) {
@ -10348,6 +10348,10 @@ Current version: 111
} else {
pending_context_preinjection = instructendplaceholder;
}
if(localsettings.inject_timestamps_instruct)
{
pending_context_preinjection += "["+(new Date().toLocaleTimeString([], {year: 'numeric', month: 'numeric', day: 'numeric', hour: '2-digit', minute: '2-digit'}))+"]";
}
}
submit_generation();
idle_triggered_counter = nextcounter;