Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,8 +141,8 @@ Only provide the output in the following JSON format enclosed in <json> tags:
|
|
| 141 |
<json>
|
| 142 |
{
|
| 143 |
"initial_prompt_evaluation": "Your evaluation of the initial prompt with Strengths and Weaknesses in a string as bullet points format",
|
| 144 |
-
"refined_prompt": "Your refined prompt",
|
| 145 |
-
"explanation_of_refinements": "
|
| 146 |
}
|
| 147 |
</json>
|
| 148 |
"""
|
|
|
|
| 141 |
<json>
|
| 142 |
{
|
| 143 |
"initial_prompt_evaluation": "Your evaluation of the initial prompt with Strengths and Weaknesses in a string as bullet points format",
|
| 144 |
+
"refined_prompt": "Your refined prompt without Evaluation Metrics",
|
| 145 |
+
"explanation_of_refinements": "detailed explanation of techniques used and improvements made, including the extract of final prompt where it used. Add all Evaluation Metrics here. Answer in a string "
|
| 146 |
}
|
| 147 |
</json>
|
| 148 |
"""
|