baconnier commited on
Commit
6e9b7d1
1 Parent(s): 1e43057

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ echo_prompt_refiner = '''You are an AI assistant implementing the ECHO (Self-Har
235
 
236
  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.
237
 
238
- Initial prompt: {insert_prompt_here}
239
 
240
  Please provide your response in the following JSON format, enclosed in <json> tags:
241
 
 
235
 
236
  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.
237
 
238
+ Initial prompt: [Insert initial prompt here]
239
 
240
  Please provide your response in the following JSON format, enclosed in <json> tags:
241