scripts(evals): added 07a-interruptible-speechmatics.py

This commit is contained in:
Aleix Conchillo Flaqué
2025-07-03 13:44:02 -07:00
parent 093285868e
commit baa878272d
2 changed files with 2 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ TESTS_07 = [
# 07 series
("07-interruptible.py", PROMPT_SIMPLE_MATH, None),
("07-interruptible-cartesia-http.py", PROMPT_SIMPLE_MATH, None),
("07a-interruptible-speechmatics.py", PROMPT_SIMPLE_MATH, None),
("07b-interruptible-langchain.py", PROMPT_SIMPLE_MATH, None),
("07c-interruptible-deepgram.py", PROMPT_SIMPLE_MATH, None),
("07d-interruptible-elevenlabs.py", PROMPT_SIMPLE_MATH, None),