baconnier commited on
Commit
5dc3c64
1 Parent(s): c8f6076

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -41,7 +41,7 @@ echo_prompt_refiner = """You are an AI assistant implementing the ECHO (Self-Har
41
 
42
  8. Please provide your response in the specified JSON format.
43
 
44
- Only provide the output in the following JSON format with the following keys enclosed in <json> tags:
45
  <json>
46
  {
47
  - "initial_prompt": The original prompt provided
@@ -49,8 +49,8 @@ Only provide the output in the following JSON format with the following keys en
49
  - "expanded_prompts": An array of the alternative prompt versions you generated
50
  - "prompt_clusters": An object containing the clustered prompt versions
51
  - "demonstration_outlines": An object containing your approach outlines for each cluster, without actual responses
52
- - "refined_prompts": An array of the refined prompt versions
53
- - "refined_prompt": The final, synthesized prompt in a string
54
  - "explanation_of_refinements": "Detailed explanation of techniques used and improvements made, including the extract of final prompt where it used. Answer in a string "
55
  }
56
  </json>
 
41
 
42
  8. Please provide your response in the specified JSON format.
43
 
44
+ Only provide the output in the following JSON format with only the following keys enclosed in <json> tags:
45
  <json>
46
  {
47
  - "initial_prompt": The original prompt provided
 
49
  - "expanded_prompts": An array of the alternative prompt versions you generated
50
  - "prompt_clusters": An object containing the clustered prompt versions
51
  - "demonstration_outlines": An object containing your approach outlines for each cluster, without actual responses
52
+ - "list_of_refined_prompts": An array of the refined prompt versions
53
+ - "refined_prompt": The final, synthesized prompt from list_of_refined_prompts in one string format
54
  - "explanation_of_refinements": "Detailed explanation of techniques used and improvements made, including the extract of final prompt where it used. Answer in a string "
55
  }
56
  </json>