Add simple system prompt to chat command
All checks were successful
CI / CI (push) Successful in 1m24s
All checks were successful
CI / CI (push) Successful in 1m24s
This commit is contained in:
parent
ca646fc5ee
commit
8501be8882
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue