gpt/config/config.json
2025-05-20 19:59:37 +09:00

27 lines
501 B
JSON

{
"personality": {
"kind": "positive",
"strength": 0.8
},
"relationship": {
"trust": 0.7,
"intimacy": 0.6,
"curiosity": 0.5,
"threshold": 1.5
},
"environment": {
"luck_today": 0.9,
"luck_history": [0.9, 0.9, 0.9],
"level": 1
},
"messaging": {
"enabled": true,
"schedule_time": "08:00",
"decay_rate": 0.1,
"templates": [
"おはよう!今日もがんばろう!",
"ねえ、話したいことがあるの。"
]
}
}