Spaces:
Running
Running
Create archives/novel_prompt.txt
Browse files- archives/novel_prompt.txt +19 -0
archives/novel_prompt.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
f"""
|
2 |
+
Please write a {novel_type} novel{description} with 50 chapters. Follow the format below precisely:
|
3 |
+
Begin with the name of the novel.
|
4 |
+
Next, write an outline for the first chapter. The outline should describe the background and the beginning of the novel.
|
5 |
+
Write the first three paragraphs with their indication of the novel based on your outline. Write in a novelistic style and take your time to set the scene.
|
6 |
+
Write a summary that captures the key information of the three paragraphs.
|
7 |
+
Finally, write three different instructions for what to write next, each containing around five sentences. Each instruction should present a possible, interesting continuation of the story.
|
8 |
+
The output format should follow these guidelines:
|
9 |
+
Name: <name of the novel>
|
10 |
+
Outline: <outline for the first chapter>
|
11 |
+
Paragraph 1: <content for paragraph 1>
|
12 |
+
Paragraph 2: <content for paragraph 2>
|
13 |
+
Paragraph 3: <content for paragraph 3>
|
14 |
+
Summary: <content of summary>
|
15 |
+
Instruction 1: <content for instruction 1>
|
16 |
+
Instruction 2: <content for instruction 2>
|
17 |
+
Instruction 3: <content for instruction 3>
|
18 |
+
Make sure to be precise and follow the output format strictly.
|
19 |
+
"""
|