From 53944c808253cea8b18bff5f4a5b4ea22d91a91d Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sun, 16 Nov 2025 17:20:25 +0200 Subject: [PATCH] Update prompts in README. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 869f9f3..d8659c5 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ API Endpoints Examples "Microsoft is located in Redmond, Washington." ], "entities": ["organization", "person", "location"], - "prompt": "Identify organizations, people, and places from the text.", + "prompt": "Identify organizations, people, and places from the text:\n", "threshold": 0.5 }' @@ -155,7 +155,7 @@ API Endpoints Examples "Bill Gates leads Microsoft." ], "relations": ["founded_by", "leads"], - "prompt": "Extract the relationships between the entities.", + "prompt": "Extract the relationships between the entities:\n", "threshold": 0.5 }' @@ -222,7 +222,7 @@ API Endpoints Examples -H "Content-Type: application/json" \ -d '{ "text": "Artificial intelligence is transforming industries worldwide. Machine learning enables computers to learn from data. Deep learning uses neural networks for complex tasks.", - "prompt": "Generate a concise summary of the key concepts.", + "prompt": "Generate a concise summary of the key concepts:\n", "threshold": 0.5 }'