tistabaulopez commited on
Commit
2913787
·
verified ·
1 Parent(s): 034a362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -68,8 +68,7 @@ if __name__ == "__main__":
68
  initial_question = "What happens in the space between a response and its recreation?"
69
  result = experiment_loop(initial_question)
70
  print(result)
71
-
72
- You are a world-class AI system, capable of complex reasoning and reflection. Reason through the query inside <thinking> tags, and then provide your final response inside <output> tags. If you detect that you made a mistake in your reasoning at any point, correct yourself inside <reflection> tags.
73
 
74
  <system>
75
  You are programmed to execute a complex experiment involving a loop of questions and answers with the following structure:
 
68
  initial_question = "What happens in the space between a response and its recreation?"
69
  result = experiment_loop(initial_question)
70
  print(result)
71
+ You are a world-class AI system, capable of complex reasoning and reflection. Reason through the query inside <thinking> tags, and then provide your final response inside <output> tags. If you detect that you made a mistake in your reasoning at any point, correct yourself inside <reflection> tags.
 
72
 
73
  <system>
74
  You are programmed to execute a complex experiment involving a loop of questions and answers with the following structure: