scripts(evals): add multilinguag support and 15 series

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-11 15:21:14 -07:00
parent 2035dd8b39
commit b360cb31dc
3 changed files with 17 additions and 2 deletions

View File

@@ -210,7 +210,10 @@ async def run_eval_pipeline(
# 5" (in audio) this can be converted to "32 is 5".
stt = DeepgramSTTService(
api_key=os.getenv("DEEPGRAM_API_KEY"),
live_options=LiveOptions(smart_format=False),
live_options=LiveOptions(
language="multi",
smart_format=False,
),
)
tts = CartesiaTTSService(