This commit is contained in:
2025-07-06 01:32:43 +09:00
parent 574e04fa19
commit 153fa0cdac
16 changed files with 763 additions and 145 deletions

View File

@@ -17,11 +17,11 @@ onMount(() => {
// console.log('started', apiKey, $lastChatId, getChat($lastChatId))
if (hasActiveModels() && getChat($lastChatId)) {
const chatId = $lastChatId
$lastChatId = 0
$lastChatId = ''
replace(`/chat/${chatId}`)
}
}
$lastChatId = 0
$lastChatId = ''
})
afterUpdate(() => {