Name the AI persona "Альтушка Ирина"
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 29s

Rename overlay/checkbox labels and update ai-prompt.txt so the AI
knows its own name.
This commit is contained in:
vrubelroman 2026-07-08 16:50:30 +00:00
parent 9ec6a9d1df
commit fec77e2737
3 changed files with 5 additions and 5 deletions

View file

@ -305,8 +305,8 @@ io.on('connection', (socket) => {
const aiMessageId = crypto.randomUUID();
console.log(`[ai] streamer=${streamer.id} id=${aiMessageId} reply="${replyText}"`);
broadcastMessage(
room, aiMessageId, replyText, '🤖 ИИ', durationMs,
`Ответ от ИИ. ${replyText}`,
room, aiMessageId, replyText, 'Альтушка Ирина 🤖', durationMs,
`Альтушка Ирина отвечает. ${replyText}`,
AI_VOICE
);
})