diff --git a/src/components/chatbot/chatbot.tsx b/src/components/chatbot/chatbot.tsx index b7113369..c3ab198e 100644 --- a/src/components/chatbot/chatbot.tsx +++ b/src/components/chatbot/chatbot.tsx @@ -57,14 +57,14 @@ const ChatBot: React.FC = () => { const sendAPIKeyMessage = () => { setChatHistory(prevHistory => [ ...prevHistory, - { text: "Olá! Eu sou o (LinguiTalk ou LinguaBot). Coloca a sua chave:", origin: 'bot' } + { text: "Olá! Eu sou o LinguiTalk, um chatbot para lhe auxiliar na exploração dos seus dados! Primeiro, insira uma chave API válida do ChatGPT:", origin: 'bot' } ]); }; const sendInitialMessage = () => { setChatHistory(prevHistory => [ ...prevHistory, - { text: "Olá! Eu sou o (LinguiTalk ou LinguaBot). Como posso ajudar?", origin: 'bot' } + { text: "Olá! Eu sou o LinguiTalk. Como posso ajudar?", origin: 'bot' } ]); }; @@ -98,7 +98,7 @@ const ChatBot: React.FC = () => { {isOpen && (
-

LinguiTalk ou LinguaBot

+

LinguiTalk

); -} +} \ No newline at end of file