diff --git a/ai/patch_tts_tool.py b/ai/patch_tts_tool.py index 0187d3c..31db781 100644 --- a/ai/patch_tts_tool.py +++ b/ai/patch_tts_tool.py @@ -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()