From b04bc2139ca01ec6a7b57e7d92a69eeca766d468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sat, 27 May 2023 18:02:11 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20refactor:=20summarize=20error=20mes?= =?UTF-8?q?sage=20without=20line=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/integration/test_generator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/test_generator.py b/test/integration/test_generator.py index 28de14f..2bd5a0e 100644 --- a/test/integration/test_generator.py +++ b/test/integration/test_generator.py @@ -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