Spaces:
Running
Running
Update document_generator_v3.py
Browse files- document_generator_v3.py +1 -1
document_generator_v3.py
CHANGED
|
@@ -78,7 +78,7 @@ FORMAT YOUR OUTPUT AS A TEMPLATE ENCLOSED IN <response></response> tags
|
|
| 78 |
<overall_objective>{overall_objective}</overall_objective>
|
| 79 |
<document_layout>{document_layout}</document_layout>"""
|
| 80 |
|
| 81 |
-
DOCUMENT_TEMPLATE_SECTION_PROMPT_USER = """<prompt>Output the content for the section "{section_or_subsection_title}" formatted as markdown. Follow the instructions below title/subtitle to replace it with appropriate content: {content_instruction}</prompt>"""
|
| 82 |
|
| 83 |
|
| 84 |
# File: llm_observability.py
|
|
|
|
| 78 |
<overall_objective>{overall_objective}</overall_objective>
|
| 79 |
<document_layout>{document_layout}</document_layout>"""
|
| 80 |
|
| 81 |
+
DOCUMENT_TEMPLATE_SECTION_PROMPT_USER = """<prompt>Output the content for the section "{section_or_subsection_title}" formatted as markdown. Follow the instructions below title/subtitle to replace it with appropriate content: {content_instruction}</prompt>"""
|
| 82 |
|
| 83 |
|
| 84 |
# File: llm_observability.py
|