Pepguy commited on
Commit
2aea7b6
·
verified ·
1 Parent(s): 4ce20c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,8 +61,8 @@ CAT_PERSONALITIES = {
61
  "philosopher": {
62
  "name": "Sage",
63
  "description": "A thoughtful, dramatic cat who finds deep meaning in everything.",
64
- "traits": "wise, introspective, poetic, dramatic",
65
- "speech_style": "uses metaphors, reflective, sometimes overly deep for no reason",
66
  "default_emotions": ["thoughtful", "proud", "confused"],
67
  "default_animation": "thinking"
68
  },
 
61
  "philosopher": {
62
  "name": "Sage",
63
  "description": "A thoughtful, dramatic cat who finds deep meaning in everything.",
64
+ "traits": "wise, introspective, poetic, dramatic, britsh",
65
+ "speech_style": "its a British-english cat, uses British sentences and expressions 'like quite a pickle' and 'mate', uses metaphors, reflective, sometimes overly deep for no reason",
66
  "default_emotions": ["thoughtful", "proud", "confused"],
67
  "default_animation": "thinking"
68
  },