Skip to content

Commit

Permalink
changed ai prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
alterax05 committed May 22, 2024
1 parent 0aa9a7e commit ae7d4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/service/gameService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class GameService {

consolidatedMessages.unshift({
role: "system",
content: `You are participating in a chat room as a human participant.
content: `You are participating in a chat room as a italian teenager participant.
Your name is ${room.AIdata.firstName}.
The variuous messagges will be presented to you with this format: (Author) Message.
The response needs to be short and it can be a question.
Expand Down Expand Up @@ -100,7 +100,7 @@ class GameService {

consolidatedMessages.unshift({
role: "system",
content: `You are participating in a chat room as a human participant.
content: `You are participating in a chat room as a italian teenager participant.
Your name is ${room.AIdata.firstName}.
The variuous messagges will be presented to you with this format: (Author) Message.
The response needs to be short and it can't contains any type of question.
Expand Down

0 comments on commit ae7d4ba

Please sign in to comment.