G7 증명과 G8 clean-head 승격 준비
This commit is contained in:
parent
94c681d450
commit
5221f79e3f
52 changed files with 6876 additions and 506 deletions
|
|
@ -206,9 +206,13 @@ async def voice_health() -> JSONResponse:
|
|||
"stt_model": voice_service.stt_model(),
|
||||
"stt_batch_fallback_available": voice_service.batch_stt_available(),
|
||||
"tts_model": (
|
||||
voice_svc.HIGGS_TTS_MODEL
|
||||
if tts_provider == "higgs"
|
||||
else voice_svc.TTS_MODEL
|
||||
voice_svc.MELOTTS_TTS_MODEL
|
||||
if tts_provider == "melotts"
|
||||
else (
|
||||
voice_svc.HIGGS_TTS_MODEL
|
||||
if tts_provider == "higgs"
|
||||
else voice_svc.TTS_MODEL
|
||||
)
|
||||
),
|
||||
"tts_provider": tts_provider,
|
||||
"limits": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue