fix: update moonshine API, add setuptools to voxcpm requirements (#8541)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2026-02-12 23:22:37 +01:00
committed by GitHub
parent 08718b656e
commit 2fd026e958
5 changed files with 78 additions and 29 deletions

View File

@@ -112,7 +112,7 @@ class TestBackendServicer(unittest.TestCase):
self.assertGreaterEqual(len(transcript_response.segments), 0)
# Verify the transcription contains the expected text
expected_text = "This is the micro machine man presenting the most midget miniature"
expected_text = "This is the micro machine man"
self.assertIn(
expected_text.lower(),
transcript_response.text.lower(),