diff --git a/src/ts/process/index.svelte.ts b/src/ts/process/index.svelte.ts index 37863e8a..b7b5578d 100644 --- a/src/ts/process/index.svelte.ts +++ b/src/ts/process/index.svelte.ts @@ -788,6 +788,8 @@ export async function sendChat(chatProcessIndex = -1,arg:{ currentTokens = sp.currentTokens currentChat.hypaV2Data = sp.memory ?? currentChat.hypaV2Data DBState.db.characters[selectedChar].chats[selectedChat].hypaV2Data = currentChat.hypaV2Data + + currentChat = DBState.db.characters[selectedChar].chats[selectedChat]; console.log("Current chat's HypaV2Data: ", currentChat.hypaV2Data) } else{