feat(hermes): Piper TTS (local US male, no cloud) #17
@@ -2,7 +2,7 @@
|
||||
"""Patch Hermes TTS tool: remove Edge TTS, replace with Piper as default/fallback."""
|
||||
import sys
|
||||
|
||||
tts_path = '/opt/hermes/.venv/lib/python3.13/site-packages/tools/tts_tool.py'
|
||||
tts_path = '/opt/hermes/tools/tts_tool.py'
|
||||
|
||||
with open(tts_path) as f:
|
||||
code = f.read()
|
||||
|
||||
Reference in New Issue
Block a user