37 lines
1004 B
JSON
37 lines
1004 B
JSON
{
|
|||
|
|
"homeassistant": {
|
||
|
|
"url": "http://homeassistant.local:8123",
|
||
|
|
"access_token": "YOUR_LONG_LIVED_ACCESS_TOKEN",
|
||
|
|
"assistant_entity_id": "home_assistant",
|
||
|
|
"language": "zh-cn",
|
||
|
|
"conversation_id": null,
|
||
|
|
"timeout_seconds": 2.5
|
||
|
|
},
|
||
|
|
"xiaoai": {
|
||
|
|
"tts_blocking": false,
|
||
|
|
"shell_timeout_ms": 600000,
|
||
|
|
"interrupt_on_new_input": true,
|
||
|
|
"interrupt_command": "ubus call mibrain ai_service '{\"nlp\":1,\"nlp_text\":\"\"}'",
|
||
|
|
"continuous_conversation_enabled": true,
|
||
|
|
"session_idle_timeout_seconds": 15,
|
||
|
|
"session_end_keywords": ["再见", "拜拜", "滚", "退下"],
|
||
|
|
"client_ip_area_mapping": {
|
||
|
|
"192.168.1.101": "客厅",
|
||
|
|
"192.168.1.102": "主卧"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"runtime": {
|
||
|
|
"concurrency": 4,
|
||
|
|
"log_level": "INFO",
|
||
|
|
"persist_state_path": "state.json"
|
||
|
|
},
|
||
|
|
"voice": {
|
||
|
|
"enabled": false,
|
||
|
|
"mode": "record_vad_pipeline",
|
||
|
|
"vad_aggressiveness": 2,
|
||
|
|
"min_silence_ms": 800,
|
||
|
|
"max_utterance_ms": 15000,
|
||
|
|
"sample_rate": 16000
|
||
|
|
}
|
||
|
|
}
|