refactor: summarize error message without line number

This commit is contained in:
Florian Hönicke
2023-05-27 18:02:11 +02:00
parent d42d703e46
commit b04bc2139c

View File

@@ -164,7 +164,8 @@ def test_generation_level_4(microservice_dir, mock_input_sequence):
4. Return the the audio file as base64 encoded binary.
''',
str(microservice_dir),
'gpt-3.5-turbo',
# 'gpt-3.5-turbo',
'gpt-4',
# self_healing=False,
)
assert generator.generate() == 0