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 8501be8882
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 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