mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-01 01:51:44 +00:00
fix: add missing load_config import in _show_voice_status
This commit is contained in:
parent
2c84979d77
commit
0a8985acf9
1 changed files with 1 additions and 0 deletions
1
cli.py
1
cli.py
|
|
@ -3897,6 +3897,7 @@ class HermesCLI:
|
|||
|
||||
def _show_voice_status(self):
|
||||
"""Show current voice mode status."""
|
||||
from hermes_cli.config import load_config
|
||||
from tools.voice_mode import check_voice_requirements
|
||||
|
||||
reqs = check_voice_requirements()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue