Fix: Default bot chat message

This commit is contained in:
gpt-engineer-app[bot]
2025-10-16 20:39:40 +00:00
parent 61cdbc3231
commit 765d9eff75
+1 -1
View File
@@ -34,7 +34,7 @@ export const BotChat = ({ bot, onBack }: BotChatProps) => {
{ {
id: "1", id: "1",
role: "assistant", role: "assistant",
content: `Olá! Sou ${bot.name}. ${bot.prompt}`, content: "Envie sua mensagem",
model: bot.model, model: bot.model,
}, },
]); ]);