chore(tts): schimbă vocea default din M1 în M2

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 05:56:55 +00:00
parent 8fe39adc01
commit 0d2d5b860d
2 changed files with 2 additions and 2 deletions

View File

@@ -728,7 +728,7 @@ def cmd_audio(args: list[str]) -> str:
/audio M2 [text|url|gol] → voce specificată (M1-M5, F1-F5)
/audio ajutor → ajutor
"""
voice = "M1"
voice = "M2"
remaining = list(args)
# Detectare voce ca prim token

View File

@@ -20,7 +20,7 @@ import httpx
SUPERTONIC_URL = "http://127.0.0.1:7788"
VOICES = {"M1", "M2", "M3", "M4", "M5", "F1", "F2", "F3", "F4", "F5"}
DEFAULT_VOICE = "M1"
DEFAULT_VOICE = "M2"
DEFAULT_LANG = "ro"