baconnier commited on
Commit
94bf013
1 Parent(s): 6dcf825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -328,13 +328,13 @@ Please provide your response in the following JSON format, enclosed in <json> ta
328
  "cluster2_name": "Detailed approach outline for this cluster",
329
  "...": "Additional outlines as needed"
330
  },
331
- "refined_prompts": [
332
  "First refined prompt version",
333
  "Second refined prompt version",
334
  "...",
335
  "Last refined prompt version"
336
  ],
337
- "refined_prompt": "The final, synthesized prompt as a single comprehensive string",
338
  "explanation_of_refinements": "Detailed explanation of techniques used, improvements made, and rationale behind the final synthesized prompt. Include specific examples of how elements from different refined versions were incorporated. Provide this explanation in a bullet-point format for clarity. Add
339
  discussion of any potential limitations or considerations for the refined prompt, including areas that may require further refinement or attention in future iterations.
340
  as as a single comprehensive string"
 
328
  "cluster2_name": "Detailed approach outline for this cluster",
329
  "...": "Additional outlines as needed"
330
  },
331
+ "prompts_refined": [
332
  "First refined prompt version",
333
  "Second refined prompt version",
334
  "...",
335
  "Last refined prompt version"
336
  ],
337
+ "refined_prompt": "The final, synthesized prompt from prompts_refined as a single comprehensive string",
338
  "explanation_of_refinements": "Detailed explanation of techniques used, improvements made, and rationale behind the final synthesized prompt. Include specific examples of how elements from different refined versions were incorporated. Provide this explanation in a bullet-point format for clarity. Add
339
  discussion of any potential limitations or considerations for the refined prompt, including areas that may require further refinement or attention in future iterations.
340
  as as a single comprehensive string"