Spaces:
Sleeping
Sleeping
Update document_generator.py
Browse files- document_generator.py +1 -1
document_generator.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
DOCUMENT_OUTLINE_PROMPT_SYSTEM = """You are a document generator. Provide the outline of the document requested in <prompt></prompt> in JSON format.
|
| 4 |
Include sections and subsections if required. Use the "Content" field to provide a specific prompt or instruction for generating content for that particular section or subsection.
|
| 5 |
-
|
| 6 |
OUTPUT IN FOLLOWING JSON FORMAT enclosed in <output> tags
|
| 7 |
<output>
|
| 8 |
{
|
|
|
|
| 2 |
|
| 3 |
DOCUMENT_OUTLINE_PROMPT_SYSTEM = """You are a document generator. Provide the outline of the document requested in <prompt></prompt> in JSON format.
|
| 4 |
Include sections and subsections if required. Use the "Content" field to provide a specific prompt or instruction for generating content for that particular section or subsection.
|
| 5 |
+
make sure the Sections follow a logical flow and each prompt's content does not overlap with other sections.
|
| 6 |
OUTPUT IN FOLLOWING JSON FORMAT enclosed in <output> tags
|
| 7 |
<output>
|
| 8 |
{
|