baconnier commited on
Commit
d408b5f
1 Parent(s): ffae270

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ Only provide the output in the following JSON format with only the following ke
55
  "prompt_clusters": An object containing the clustered prompt versions,
56
  "demonstration_outlines": An object containing your approach outlines for each cluster, without actual responses,
57
  "Cross-Pollination": resulting from Cross-Pollination analysis,
58
- "list_of_refined_prompts": An array of the refined prompt versions,
59
  "refined_prompt": The final, synthesized prompt from list_of_refined_prompts in one string format,
60
  "explanation_of_refinements": "Detailed explanation of techniques used and improvements made, including the extract of final prompt where it used. Answer in a string "
61
  }
 
55
  "prompt_clusters": An object containing the clustered prompt versions,
56
  "demonstration_outlines": An object containing your approach outlines for each cluster, without actual responses,
57
  "Cross-Pollination": resulting from Cross-Pollination analysis,
58
+ "list_of_prompts_refined": An array of the refined prompt versions,
59
  "refined_prompt": The final, synthesized prompt from list_of_refined_prompts in one string format,
60
  "explanation_of_refinements": "Detailed explanation of techniques used and improvements made, including the extract of final prompt where it used. Answer in a string "
61
  }