From 734587105a2e83156a541676dac9e2dc6bd390b5 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 14 Apr 2023 21:33:30 -0400 Subject: [PATCH] up it to 15 chapters Signed-off-by: Xe Iaso --- book.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.ts b/book.ts index d567c31..69834b7 100644 --- a/book.ts +++ b/book.ts @@ -47,7 +47,7 @@ export const createAndParseSummary = async ( - A two to five word title for the novel starting with "Title: " and followed by two newlines. For example: "Fresh Beginnings" or "Jared's Adventure through Crime". - A detailed plot summary for the story starting with "Plot Summary: " and followed by two newlines. The plot summary should be on the same line as the prefix. Adapt the story to be about peer to peer networks somehow. - The string "Chapter Summaries" followed by two newlines. -- A markdown list of detailed chapter summaries in at least 3 sentences and titles for each of the 10 chapters that a novel based on the plot summary would have. Surround each chapter title in quotes and put a dash after the name like this: +- A markdown list of detailed chapter summaries in at least 3 sentences and titles for each of the 15 chapters that a novel based on the plot summary would have. Surround each chapter title in quotes and put a dash after the name like this: - Chapter name - Chapter summary goes here. More words in the summary go here. - Second chapter name - Second chapter summary goes here.`;