mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
fix: replace all hardcoded Ctrl+R references with Ctrl+B
This commit is contained in:
parent
b859dfab16
commit
a8838a7ae5
2 changed files with 8 additions and 8 deletions
|
|
@ -204,7 +204,7 @@ DEFAULT_CONFIG = {
|
|||
},
|
||||
|
||||
"voice": {
|
||||
"record_key": "ctrl+r",
|
||||
"record_key": "ctrl+b",
|
||||
"max_recording_seconds": 120,
|
||||
"auto_tts": False,
|
||||
"silence_threshold": 200, # RMS below this = silence (0-32767)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue