From da69f3acec7277cd8829f838612b6bb7218bf2d6 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 18 Sep 2025 16:35:56 +0700 Subject: [PATCH] chore: uncomment irrelevant fix --- web-app/src/hooks/useChat.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web-app/src/hooks/useChat.ts b/web-app/src/hooks/useChat.ts index 838d739a4..45cfde26c 100644 --- a/web-app/src/hooks/useChat.ts +++ b/web-app/src/hooks/useChat.ts @@ -103,13 +103,13 @@ export const useChat = () => { } return currentThread }, [ - // createThread, - // prompt, - // retrieveThread, - // router, - // selectedModel?.id, - // selectedProvider, - // selectedAssistant, + createThread, + prompt, + retrieveThread, + router, + selectedModel?.id, + selectedProvider, + selectedAssistant, ]) const restartModel = useCallback(