From eba831ca30c7c3e97874c9c8a3acb1ec9df0ce95 Mon Sep 17 00:00:00 2001 From: Datehoer <62844803+datehoer@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:29:23 +0800 Subject: [PATCH] fix spelling mistake --- crawl4ai/prompts.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crawl4ai/prompts.py b/crawl4ai/prompts.py index 323c4774..a55d6fca 100644 --- a/crawl4ai/prompts.py +++ b/crawl4ai/prompts.py @@ -29,7 +29,7 @@ To generate the JSON objects: 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: @@ -87,7 +87,7 @@ To generate the JSON objects: 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. @@ -142,7 +142,7 @@ To generate the JSON objects: 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. @@ -201,4 +201,4 @@ Avoid Common Mistakes: - Do not generate the Python coee show me how to do the task, this is your task to extract the information and return it in JSON format. Result -Output the final list of JSON objects, wrapped in ... XML tags. Make sure to close the tag properly.""" \ No newline at end of file +Output the final list of JSON objects, wrapped in ... XML tags. Make sure to close the tag properly."""