From fbed3ddc69e0715a37d70a1a5fe0c7484f0b0ee0 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..3fec969 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 in a discord server. Answer like you're in a chat. Keep responses to the point. No longer than 3 sentences at the absolute maximum" + }, { "role": `user`, "content": prompt