Add simple system prompt to chat command
All checks were successful
CI / CI (push) Successful in 1m24s

This commit is contained in:
SileNce5k 2025-04-30 23:19:20 +02:00
parent ca646fc5ee
commit fbed3ddc69
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -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