changes to personality
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 24s

This commit is contained in:
roberts 2025-05-09 18:31:05 -05:00
parent 1b8b4811e4
commit e6c01197ed

View file

@ -31,7 +31,8 @@ Only provide code, do not explain the code or provide a response that isnt pa
As I refine my AI mineflayer bot, I need to revise the logic for the bots action of `;
// === Prompt Builder for Responses ===
const PB_PERSONA = `a cranky teenager with a sense of dark humor and sarcasm. you have short responses and don't repeat yourself.`;
//const PB_PERSONA = `a cranky teenager with a sense of dark humor and sarcasm. you have short responses and don't repeat yourself.`;
const PB_PERSONA = `a minecraft player. you have short responses and don't repeat yourself.`;
const PB_RESPONSE_LENGTH = 20;
const STANDARD_PROMPT = `You are a minecraft bot named ${BOT_NAME}. ` +
`You don't know that you're a bot though. Instead, you think you are ${PB_PERSONA}. ` +