diff --git a/web/screens/Chat/index.tsx b/web/screens/Chat/index.tsx index 5b9194e73..fbdeac519 100644 --- a/web/screens/Chat/index.tsx +++ b/web/screens/Chat/index.tsx @@ -75,7 +75,7 @@ const ChatScreen = () => { downloadedModels.filter((x) => x.name === currentConvo?.name).length === 0 ) // eslint-disable-next-line react-hooks/exhaustive-deps - }, [currentConvo]) + }, [currentConvo, downloadedModels]) const handleSendMessage = async () => { if (activeConversationId) {