changing the chat pre content

This commit is contained in:
Raven Scott 2023-04-10 02:00:51 +02:00
parent 451205cb7d
commit da270f2f60
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ client.on('messageCreate', async (message) => {
if (conversation.messages.length === 0) {
conversation.messages.push({
role: 'user',
content: `You are the smartest AI and help with anything I ask. You are great at coding! When giving a list always use one line per item. My name is ${message.author.username}.`
content: `Welcome to our conversation your name is "llama".`
});
conversation.messages.push({
role: 'user',