Adding a space before input. Format: User: message Assistant: message
This commit is contained in:
parent
cc770e617d
commit
5f8e57d121
@ -125,7 +125,7 @@ client.on('messageCreate', async (message) => {
|
||||
// Append user message to conversation history
|
||||
conversation.messages.push({
|
||||
role: 'user',
|
||||
content: message.cleanContent
|
||||
content: ` ${message.cleanContent}`
|
||||
});
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user