diff --git a/src/components/bots/BotChat.tsx b/src/components/bots/BotChat.tsx index bcf2816..10c8a7c 100644 --- a/src/components/bots/BotChat.tsx +++ b/src/components/bots/BotChat.tsx @@ -34,7 +34,7 @@ export const BotChat = ({ bot, onBack }: BotChatProps) => { { id: "1", role: "assistant", - content: `Olá! Sou ${bot.name}. ${bot.prompt}`, + content: "Envie sua mensagem", model: bot.model, }, ]);