From d242d34740b0bf7cd1679f67c2fd9007ca01a888 Mon Sep 17 00:00:00 2001 From: Pavel Date: Tue, 12 Dec 2023 01:03:17 +0300 Subject: [PATCH] fix_conversation_history_overflow Change max height from 25 to 19 rem to prevent overflow. Change of bottom text. --- frontend/src/Navigation.tsx | 2 +- frontend/src/conversation/Conversation.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/Navigation.tsx b/frontend/src/Navigation.tsx index d3df8b4..c7b51cb 100644 --- a/frontend/src/Navigation.tsx +++ b/frontend/src/Navigation.tsx @@ -242,7 +242,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {

{conversations && ( -
+

Chats

{conversations?.map((conversation) => (

- This is a chatbot that uses the GPT-3, Faiss and LangChain to answer - questions. + DocsGPT may not always be correct; make sure to confirm important + data.