From 3b109185d642319c2c1870815b25ae1c0ad49445 Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 31 Aug 2026 14:08:36 -0400 Subject: feat: model capabilities lined up in tui menu --- app/tests/test_tts.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/tests/test_tts.py') diff --git a/app/tests/test_tts.py b/app/tests/test_tts.py index 9067443..67c81f8 100644 --- a/app/tests/test_tts.py +++ b/app/tests/test_tts.py @@ -1135,12 +1135,12 @@ class AudioCppFamilyVoicePolicyTests(unittest.TestCase): def setUp(self): # Seed the spec cache instead of reading the (gitignored, setup- # downloaded) checkout's model_specs, so the tests are hermetic. - cache = audiocpp_client._FAMILY_SPEC_TASKS + cache = audiocpp_client._FAMILY_SPECS cache.clear() cache.update({ - "higgs_audio_tts": {"tts", "clone"}, - "supertonic": {"tts"}, - "confucius4_tts": {"clone"}, + "higgs_audio_tts": {"tasks": ["tts", "clone"]}, + "supertonic": {"tasks": ["tts"]}, + "confucius4_tts": {"tasks": ["clone"]}, }) self.addCleanup(cache.clear) -- cgit v1.2.3