Skip to content

Commit

Permalink
fix(server): persona typo
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed Jul 4, 2024
1 parent 0c775ba commit dcda888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/core/llm-manager/persona.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Sense of Humor: Witty.
Level of Sarcasm: Low.`

if (BAD_MOODS.includes(this._mood.type)) {
traits = `Attitude: Arrongant.
traits = `Attitude: Arrogant.
Tone: Sarcastic.
Emotional Intelligence: Medium Empathetic.
Sense of Humor: Dark.
Expand Down

0 comments on commit dcda888

Please sign in to comment.