Name the AI persona "Альтушка Ирина"
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 29s
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:
parent
9ec6a9d1df
commit
fec77e2737
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
);
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue