From 304777837d3f74b49f1dbc64de90c8e9a8123a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Mon, 5 Jun 2023 15:02:00 +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 --- dev_gpt/options/generate/chains/auto_refine_description.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_gpt/options/generate/chains/auto_refine_description.py b/dev_gpt/options/generate/chains/auto_refine_description.py index 350cdce..39c1d71 100644 --- a/dev_gpt/options/generate/chains/auto_refine_description.py +++ b/dev_gpt/options/generate/chains/auto_refine_description.py @@ -47,7 +47,7 @@ when the tools gpt_3_5_turbo and google_custom_search are available: 4. return the image as a base64 encoded string''' generate_request_schema_prompt = '''{context_string} -Generate the lean request json schema of the Microservice.k +Generate the lean request json schema of the Microservice. Note: If you are not sure about the details, then come up with the minimal number of parameters possible (could be even no parameters). Note: If you can decide to receive files as URLs or as base64 encoded strings, then choose the base64 encoded strings.'''