From c7424211d06fc7ed9784add0de40d961b6eb6ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sun, 30 Apr 2023 17:41:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test:=20level=202?= 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 298cd1c..7a03112 100644 --- a/test/test_generator.py +++ b/test/test_generator.py @@ -67,7 +67,7 @@ def test_generation_level_2(tmpdir): """ os.environ['VERBOSE'] = 'true' generator = Generator( - "The input is a PDF like https://www.africau.edu/images/default/sample.pdf and the output the summarized text.", + "The input is a PDF like https://www.africau.edu/images/default/sample.pdf and the output the summarized text (50 words).", str(tmpdir) + 'microservice', 'gpt-3.5-turbo' )