olivebot/config.json
2024-12-11 15:29:38 +08:00

43 lines
1.1 KiB
JSON

{
"attribute": {
"age": "\u5e7c\u5e74",
"birth": "\u5195\u5b81\u5143\u5347\u519c\u4e1a",
"constellation": "\u6a44\u6984\u661f",
"contact": "\u5929\u7801\u56e2\u961f",
"gender": "\u5973",
"hobby": "\u53d1\u5446",
"job": "\u5c0f\u52a9\u624b",
"name": "\u5c0f\u6a44\u6984",
"voice": "\u6653\u6653(edge)",
"zodiac": "\u6a44\u6984"
},
"interact": {
"QnA": "qa.csv",
"maxInteractTime": 15,
"perception": {
"chat": 20,
"follow": 20,
"gift": 20,
"indifferent": 20,
"join": 20
},
"playSound": true,
"visualization": false
},
"items": [],
"source": {
"automatic_player_status": true,
"automatic_player_url": "http://127.0.0.1:6000",
"liveRoom": {
"enabled": false,
"url": ""
},
"record": {
"device": "",
"enabled": true
},
"wake_word": "\u5c0f\u6a44\u6984",
"wake_word_enabled": true,
"wake_word_type": "front"
}
}