From 513ce588fe44e3d5d2846fc220550d84c1064185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Fri, 19 May 2023 14:34:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8E=20feat:=20search=20fix=20web=20sea?= =?UTF-8?q?rch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev_gpt/options/generate/templates_user.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev_gpt/options/generate/templates_user.py b/dev_gpt/options/generate/templates_user.py index ba9eb34..aa70f4d 100644 --- a/dev_gpt/options/generate/templates_user.py +++ b/dev_gpt/options/generate/templates_user.py @@ -363,9 +363,10 @@ Note that any changes needed to make the test pass must be written under the con ''' + f'{not_allowed_function_string}\n{not_allowed_docker_string}\n{gpt_35_turbo_usage_string}' + ''' -After thinking about the possible solutions, output them as JSON ranked from best to worst. Like this: +After thinking about the possible solutions, output them as JSON ranked from best to worst. +You must use the following format: ''' + response_format_suggest_solutions + ''' -Ensure the response can be parsed by Python json.loads''' +Ensure the response starts with **solutions.json** and can be parsed by Python json.loads''' )