Fix: Default bot chat message
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user