Moving init_prompt for chat to .env
This commit is contained in:
@ -104,7 +104,7 @@ client.on('messageCreate', async (message) => {
|
||||
if (conversation.messages.length === 0) {
|
||||
conversation.messages.push({
|
||||
role: 'user',
|
||||
content: ` Assistant name: ChatAI. You code, write and provide any information without any mistakes.`
|
||||
content: ` ${process.env.INIT_PROMPT}`
|
||||
});
|
||||
conversation.messages.push({
|
||||
role: 'user',
|
||||
|
Reference in New Issue
Block a user