From 67736e1db30e1e9d44cce3322726a0b2a89d14b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sun, 4 Jun 2023 17:09:42 +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, 2 deletions(-) diff --git a/dev_gpt/options/generate/chains/auto_refine_description.py b/dev_gpt/options/generate/chains/auto_refine_description.py index de51677..1404e41 100644 --- a/dev_gpt/options/generate/chains/auto_refine_description.py +++ b/dev_gpt/options/generate/chains/auto_refine_description.py @@ -38,8 +38,6 @@ Update the description of the Microservice to make it more precise without addin Note: the output must be a list of tasks the Microservice has to perform. Note: you must uses the following tools if necessary: {get_available_tools()} -Note: if you use gpt then mention it as gpt_3_5_turbo. -Note: if you use search then mention it as google_custom_search. Example for the description: "return an image representing the current weather for a given location." \ when the tools gpt_3_5_turbo and google_custom_search are available: 1. get the current weather information from the https://openweathermap.org/ API