baconnier commited on
Commit
5e813dc
1 Parent(s): f611323

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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": "Explain techniques used and improvements made, including the extract of final prompt where it used. Add all Evaluation Metrics. Answer in a string "
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
  """