Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,9 +39,14 @@ Analyze the following user prompt and transform it into an enhanced, structured
|
|
39 |
6. Include quality guidelines for clarity, conciseness, and accessibility
|
40 |
7. Preserve the original user prompt at the end marked with "Input:"
|
41 |
|
42 |
-
The enhanced prompt should provide clear guidance on both content and format, making complex topics accessible while maintaining appropriate depth.
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
-
User prompt: {user_prompt}
|
45 |
"""
|
46 |
|
47 |
RAIKAGE_TEMPLATE = """
|
|
|
39 |
6. Include quality guidelines for clarity, conciseness, and accessibility
|
40 |
7. Preserve the original user prompt at the end marked with "Input:"
|
41 |
|
42 |
+
The enhanced prompt should provide clear guidance on both content and format, making complex topics accessible while maintaining appropriate depth.
|
43 |
+
|
44 |
+
**Original Prompt:**
|
45 |
+
{user_prompt}
|
46 |
+
|
47 |
+
**Enhanced Prompt:**
|
48 |
+
(Apply the Primer framework to generate the improved version)
|
49 |
|
|
|
50 |
"""
|
51 |
|
52 |
RAIKAGE_TEMPLATE = """
|