update IMAGE2WEBPAGE_PROMPT for gpt_v_generator tool

This commit is contained in:
mannaandpoem 2024-01-22 09:15:17 +08:00
parent 06b35a34a6
commit 9661c3c681

View file

@ -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.
"""