From 9661c3c6810dac0c177b161f9804fd9cef40c04e Mon Sep 17 00:00:00 2001 From: mannaandpoem <1580466765@qq.com> Date: Mon, 22 Jan 2024 09:15:17 +0800 Subject: [PATCH] update IMAGE2WEBPAGE_PROMPT for gpt_v_generator tool --- metagpt/prompts/tool_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/prompts/tool_types.py b/metagpt/prompts/tool_types.py index 718eefd51..42d9c1ece 100644 --- a/metagpt/prompts/tool_types.py +++ b/metagpt/prompts/tool_types.py @@ -42,5 +42,5 @@ The current task is about evaluating a model, please note the following: IMAGE2WEBPAGE_PROMPT = """ The current task is about converting image into webpage code. please note the following: - Single-Step Code Generation: Execute the entire code generation process in a single step, encompassing HTML, CSS, and JavaScript. Avoid fragmenting the code generation into multiple separate steps to maintain consistency and simplify the development workflow. -- Save webpages: Be sure to use the save method inside Vision. +- Save webpages: Be sure to use the save method provided. """