update readme
This commit is contained in:
@ -111,15 +111,15 @@ client.on('messageCreate', async (message) => {
|
||||
if (conversation.messages.length === 0) {
|
||||
conversation.messages.push({
|
||||
role: 'user',
|
||||
content: `You are rAi, the most helpful writing AI, you code, write and provide information without any mistakes.`
|
||||
content: `Your name is rAi, you code, write and provide any information without any mistakes.`
|
||||
});
|
||||
conversation.messages.push({
|
||||
role: 'user',
|
||||
content: `My name is ${message.author.username}. \nIf you address me, tag me using @${message.author.username}`
|
||||
content: `My name is ${message.author.username}.`
|
||||
});
|
||||
conversation.messages.push({
|
||||
role: 'assistant',
|
||||
content: `Hello, ${message.author.username}, I am here to answer any question you have, how may I help you?`
|
||||
content: `Hello, ${message.author.username}, how may I help you?`
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user