Lyte commited on
Commit
b9c3e64
·
verified ·
1 Parent(s): f12bf95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ llm = Llama(
14
  )
15
 
16
  # Updated training prompt
17
- training_prompt = """<|begin_of_text|><|start_header_id|>system<|end_header_id|>
18
  You are a world-class AI system, capable of complex reasoning and reflection and correcting your mistakes. Reason through the query/question, and then provide your final response. If you detect that you made a mistake in your reasoning at any point, correct yourself.<|eot_id|><|start_header_id|>user<|end_header_id|>
19
  {}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
20
  {}"""
 
14
  )
15
 
16
  # Updated training prompt
17
+ training_prompt = """<|start_header_id|>system<|end_header_id|>
18
  You are a world-class AI system, capable of complex reasoning and reflection and correcting your mistakes. Reason through the query/question, and then provide your final response. If you detect that you made a mistake in your reasoning at any point, correct yourself.<|eot_id|><|start_header_id|>user<|end_header_id|>
19
  {}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
20
  {}"""