Skip to content

Commit

Permalink
修改默认配置,关闭所有异常报警
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Jan 7, 2024
1 parent 1384158 commit f03945d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,42 +976,42 @@
},
"abnormal_alarm": {
"platform": {
"enable": true,
"enable": false,
"start_alarm_error_num": 5,
"auto_restart_error_num": 10,
"type": "local_audio",
"local_audio_path": "data/异常报警/platform"
},
"llm": {
"enable": true,
"enable": false,
"start_alarm_error_num": 5,
"auto_restart_error_num": 10,
"type": "local_audio",
"local_audio_path": "data/异常报警/llm"
},
"tts": {
"enable": true,
"enable": false,
"start_alarm_error_num": 5,
"auto_restart_error_num": 10,
"type": "local_audio",
"local_audio_path": "data/异常报警/tts"
},
"svc": {
"enable": true,
"enable": false,
"start_alarm_error_num": 5,
"auto_restart_error_num": 10,
"type": "local_audio",
"local_audio_path": "data/异常报警/svc"
},
"visual_body": {
"enable": true,
"enable": false,
"start_alarm_error_num": 5,
"auto_restart_error_num": 10,
"type": "local_audio",
"local_audio_path": "data/异常报警"
},
"other": {
"enable": true,
"enable": false,
"start_alarm_error_num": 5,
"auto_restart_error_num": 10,
"type": "local_audio",
Expand Down
12 changes: 6 additions & 6 deletions config.json.bak
Original file line number Diff line number Diff line change
Expand Up @@ -976,42 +976,42 @@
},
"abnormal_alarm": {
"platform": {
"enable": true,
"enable": false,
"start_alarm_error_num": 5,
"auto_restart_error_num": 10,
"type": "local_audio",
"local_audio_path": "data/异常报警/platform"
},
"llm": {
"enable": true,
"enable": false,
"start_alarm_error_num": 5,
"auto_restart_error_num": 10,
"type": "local_audio",
"local_audio_path": "data/异常报警/llm"
},
"tts": {
"enable": true,
"enable": false,
"start_alarm_error_num": 5,
"auto_restart_error_num": 10,
"type": "local_audio",
"local_audio_path": "data/异常报警/tts"
},
"svc": {
"enable": true,
"enable": false,
"start_alarm_error_num": 5,
"auto_restart_error_num": 10,
"type": "local_audio",
"local_audio_path": "data/异常报警/svc"
},
"visual_body": {
"enable": true,
"enable": false,
"start_alarm_error_num": 5,
"auto_restart_error_num": 10,
"type": "local_audio",
"local_audio_path": "data/异常报警"
},
"other": {
"enable": true,
"enable": false,
"start_alarm_error_num": 5,
"auto_restart_error_num": 10,
"type": "local_audio",
Expand Down

0 comments on commit f03945d

Please sign in to comment.