🛺 fix: auto refinement parsing

This commit is contained in:
Florian Hönicke
2023-05-24 17:50:31 +02:00
parent 9086c4292d
commit 3e62a999b6
5 changed files with 27 additions and 22 deletions

View File

@@ -174,11 +174,10 @@ def test_generation_level_5_company_logos(microservice_dir, mock_input_sequence)
os.environ['VERBOSE'] = 'true'
generator = Generator(
f'''\
Given a list of email addresses, get all company names from them.
Given a list of email addresses, get all unique company names from them.
For all companies, get the company logo.
All logos need to be arranged on a square.
The square is returned as png.
''',
The square is returned as png.''',
str(microservice_dir),
'gpt-3.5-turbo',
# self_healing=False,