diff --git a/GUI/src/pages/TestProductionLLM/index.tsx b/GUI/src/pages/TestProductionLLM/index.tsx index 5f22d71..8bd8e86 100644 --- a/GUI/src/pages/TestProductionLLM/index.tsx +++ b/GUI/src/pages/TestProductionLLM/index.tsx @@ -291,6 +291,8 @@ const TestProductionLLM: FC = () => { const clearChat = () => { setMessages([]); stopStreaming(); + setInputMessage(''); + setIsLoading(false); toast.open({ type: 'info', title: t('testProductionLLM.chatClearedTitle'),