diff --git a/web-app/src/hooks/useChat.ts b/web-app/src/hooks/useChat.ts index 3d7b54ee7..796f29ad9 100644 --- a/web-app/src/hooks/useChat.ts +++ b/web-app/src/hooks/useChat.ts @@ -227,7 +227,7 @@ export const useChat = () => { dataUrl: string }> ) => { - const activeThread = await getCurrentThread(message) + const activeThread = await getCurrentThread() resetTokenSpeed() let activeProvider = currentProviderId