baconnier commited on
Commit
6dcf825
1 Parent(s): 4a761a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,7 +289,7 @@ echo_prompt_refiner = '''You are an AI assistant implementing an advanced versio
289
 
290
  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 and maximizing its potential for generating high-quality, contextually relevant responses.
291
 
292
- Initial prompt: {insert_prompt_here}
293
 
294
  Please provide your response in the following JSON format, enclosed in <json> tags:
295
 
 
289
 
290
  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 and maximizing its potential for generating high-quality, contextually relevant responses.
291
 
292
+ Initial prompt: [Insert initial prompt here]
293
 
294
  Please provide your response in the following JSON format, enclosed in <json> tags:
295