baconnier commited on
Commit
22bbafc
1 Parent(s): 9934bde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -39,7 +39,11 @@ echo_prompt_refiner = """You are an AI assistant implementing the ECHO (Self-Har
39
  - Combine the most effective elements from all refined versions
40
  - Construct a final, comprehensive prompt that captures the essence of the original while incorporating improvements
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>
@@ -54,11 +58,6 @@ Only provide the output in the following JSON format with only the following ke
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>
57
-
58
- Initial prompt: [Insert initial prompt here]
59
-
60
- Ensure each step of your process is thorough and well-documented in the JSON output. Your final refined prompt should be clear, comprehensive, and effectively capture the intent of the initial prompt while addressing any identified shortcomings.
61
- <json>
62
  """
63
 
64
  metadone="""
 
39
  - Combine the most effective elements from all refined versions
40
  - Construct a final, comprehensive prompt that captures the essence of the original while incorporating improvements
41
 
42
+ Ensure each step of your process is thorough and well-documented in the JSON output. Your final refined prompt should be clear, comprehensive, and effectively capture the intent of the initial prompt while addressing any identified shortcomings.
43
+
44
+ Now, apply these advanced techniques to improve the following prompt:
45
+
46
+ Initial prompt: [Insert initial prompt here]
47
 
48
  Only provide the output in the following JSON format with only the following keys enclosed in <json> tags:
49
  <json>
 
58
  "explanation_of_refinements": "Detailed explanation of techniques used and improvements made, including the extract of final prompt where it used. Answer in a string "
59
  }
60
  </json>
 
 
 
 
 
61
  """
62
 
63
  metadone="""