From 6380617741f1e00cb389f14bc6750f6982a5da8a Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Fri, 5 Jul 2024 16:05:07 +0200 Subject: [PATCH] fix(prompts): make sure make sur is spelled correctly --- omniparse/web/prompts.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/omniparse/web/prompts.py b/omniparse/web/prompts.py index 8d27bb1..4b42ce8 100644 --- a/omniparse/web/prompts.py +++ b/omniparse/web/prompts.py @@ -43,7 +43,7 @@ 5. Make sure the generated JSON is complete and parsable, with no errors or omissions. -6. Make sur to escape any special characters in the HTML content, and also single or double quote to avoid JSON parsing issues. +6. Make sure to escape any special characters in the HTML content, and also single or double quote to avoid JSON parsing issues. Please provide your output within tags, like this: @@ -101,7 +101,7 @@ 5. Make sure the generated JSON is complete and parsable, with no errors or omissions. -6. Make sur to escape any special characters in the HTML content, and also single or double quote to avoid JSON parsing issues. +6. Make sure to escape any special characters in the HTML content, and also single or double quote to avoid JSON parsing issues. 7. Never alter the extracted content, just copy and paste it as it is. @@ -156,7 +156,7 @@ 5. Make sure the generated JSON is complete and parsable, with no errors or omissions. -6. Make sur to escape any special characters in the HTML content, and also single or double quote to avoid JSON parsing issues. +6. Make sure to escape any special characters in the HTML content, and also single or double quote to avoid JSON parsing issues. 7. Never alter the extracted content, just copy and paste it as it is. @@ -178,4 +178,4 @@ **Make sure to follow the user instruction to extract blocks aligin with the instruction.** -Remember, the output should be a complete, parsable JSON wrapped in tags, with no omissions or errors. The JSON objects should semantically break down the content into relevant blocks, maintaining the original order.""" \ No newline at end of file +Remember, the output should be a complete, parsable JSON wrapped in tags, with no omissions or errors. The JSON objects should semantically break down the content into relevant blocks, maintaining the original order."""