mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Temp chat button works
This commit is contained in:
@ -10113,7 +10113,7 @@ async function removeCharacterFromUI() {
|
||||
saveSettingsDebounced();
|
||||
}
|
||||
|
||||
async function newAssistantChat() {
|
||||
export async function newAssistantChat() {
|
||||
await clearChat();
|
||||
chat.splice(0, chat.length);
|
||||
chat_metadata = {};
|
||||
|
Reference in New Issue
Block a user