From ef6bd4d00f4f068a93bdf2daf9a9e18091591d6d Mon Sep 17 00:00:00 2001 From: clean99 Date: Fri, 24 Nov 2023 11:08:27 +0800 Subject: [PATCH] feat: update prompt --- backend/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/prompts.py b/backend/prompts.py index 015ce5a..325e80b 100644 --- a/backend/prompts.py +++ b/backend/prompts.py @@ -47,7 +47,7 @@ Return only the JSON array in this format: { "element": "name, text, etc.", "mistake": "wrong color, wrong size, etc.(strictly use css properties to describe)", - "improvement": "use #xxx color, use width: xxx px, etc.", + "improvement": "use correct color, use width: correct px, etc.", "location": "header" }, ]