From 8677649815ecce31e6113f274472a1dbf35db1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Tue, 2 May 2023 13:42:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA4=EF=B8=8F=E2=83=A3=20test:=20level?= =?UTF-8?q?=203=20fix=20no=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_generator.py b/test/test_generator.py index 419c1d0..5876bbf 100644 --- a/test/test_generator.py +++ b/test/test_generator.py @@ -127,7 +127,7 @@ assert response.status_code == 200 print('This is the text from the audio file:', response.json()['text']) 2. Summarize the text (~50 words) while still maintaining the key facts. 3. Create an audio file of the summarized text using a tts library. -4. Return the the audio file. +4. Return the the audio file as base64 encoded binary. Example input file: https://www.signalogic.com/melp/EngSamples/Orig/ENG_M.wav ''', str(tmpdir) + 'microservice',