Add full STT LLM TTS test mode

This commit is contained in:
2026-05-03 21:54:51 +09:00
parent a5f47393ee
commit 99857cdaa8
8 changed files with 419 additions and 67 deletions

View File

@@ -17,5 +17,6 @@ RUN python -m unidic download
RUN python /opt/MeloTTS/melo/init_downloads.py
COPY melo_tts_cli.py /opt/realtime-voice-bot/melo_tts_cli.py
COPY melo_tts_worker.py /opt/realtime-voice-bot/melo_tts_worker.py
ENTRYPOINT ["python", "/opt/realtime-voice-bot/melo_tts_cli.py"]