🧪 test: level 2

This commit is contained in:
Florian Hönicke
2023-04-30 17:41:21 +02:00
parent 4b9e9a92ee
commit c7424211d0

View File

@@ -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'
)