From 8501be888251ffe0c3f94c1fbd995de89b853f04 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Wed, 30 Apr 2025 23:19:20 +0200 Subject: [PATCH] Add simple system prompt to chat command --- commands/misc/chat.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commands/misc/chat.js b/commands/misc/chat.js index e01a4dc..b2a0701 100644 --- a/commands/misc/chat.js +++ b/commands/misc/chat.js @@ -24,6 +24,10 @@ module.exports = { body: JSON.stringify({ "model": `deepseek/deepseek-chat-v3-0324:free`, "messages": [ + { + "role": 'system', + "content": "You are a person in a small discord server. Always keep responses to the point like you're a person in the conversation. " + }, { "role": `user`, "content": prompt