From 3c04f421e91fc8d8963e0897e226b05e7f3974f1 Mon Sep 17 00:00:00 2001 From: Roshanlal Date: Sat, 18 Feb 2023 14:27:13 +0530 Subject: [PATCH] [Update Readme.md]Act as Document Summarizer Added a prompt to summarize a document, where the contents of the document are required to be sent as smaller, segmented paragraphs in the prompt. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4db6828..95e60b8 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,11 @@ The _unofficial_ ChatGPT desktop application provides a convenient way to access # Prompts +## Act as Document Summarizer +Contributed by: [@mriamnobody](https://github.com/mriamnobody) + +> I want you to summarize a document. I will provide you with a large document in the form of smaller, segmented paragraphs, and I would like to recall each segment in order to provide a comprehensive summary of the entire document at the end. + ## Act as a Linux Terminal Contributed by: [@f](https://github.com/f) Reference: https://www.engraved.blog/building-a-virtual-machine-inside/