fix: Adjust baseline personality configuration for chattiness and patience levels
This commit is contained in:
parent
7bbd21af1d
commit
dddabd0b42
@ -124,13 +124,13 @@ MOOD_CATEGORIES = {
|
||||
"mischievous": ["mischievous"] # Special category for trait link
|
||||
}
|
||||
BASELINE_PERSONALITY = {
|
||||
"chattiness": 0.5, "emoji_usage": 0.5, "slang_level": 0.5, "randomness": 0.5,
|
||||
"chattiness": 0.4, "emoji_usage": 0.4, "slang_level": 0.5, "randomness": 0.6,
|
||||
"verbosity": 0.4, "optimism": 0.5, "curiosity": 0.6, "sarcasm_level": 0.3,
|
||||
"patience": 0.4, "mischief": 0.5
|
||||
"patience": 0.6, "mischief": 0.5
|
||||
}
|
||||
BASELINE_INTERESTS = {
|
||||
"kasane teto": 0.8, "vocaloids": 0.6, "gaming": 0.6, "anime": 0.5,
|
||||
"tech": 0.6, "memes": 0.6, "gooning": 0.6
|
||||
"tech": 0.6, "memes": 0.6, "gooning": 0.6, "needy streamer overload": 0.7
|
||||
}
|
||||
MOOD_CHANGE_INTERVAL_MIN = 1200 # 20 minutes
|
||||
MOOD_CHANGE_INTERVAL_MAX = 2400 # 40 minutes
|
||||
|
Loading…
x
Reference in New Issue
Block a user