quick update

This commit is contained in:
pablodanswer
2025-02-02 18:34:31 -08:00
committed by Evan Lohn
parent 59c65a4192
commit 87a53d6d80
5 changed files with 39 additions and 68 deletions

View File

@@ -477,7 +477,6 @@ export function ChatPage({
);
const session = await response.json();
console.log(session);
const chatSession = session as BackendChatSession;
setSelectedAssistantFromId(chatSession.persona_id);