changing the chat pre content
This commit is contained in:
parent
451205cb7d
commit
da270f2f60
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user