changes to personality
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 24s
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 24s
This commit is contained in:
parent
1b8b4811e4
commit
e6c01197ed
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ Only provide code, do not explain the code or provide a response that isn’t pa
|
|||
As I refine my AI mineflayer bot, I need to revise the logic for the bot’s 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}. ` +
|
||||
|
|
|
|||
Loading…
Reference in a new issue