Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ llm = Llama(
|
|
14 |
)
|
15 |
|
16 |
# Updated training prompt
|
17 |
-
training_prompt = """<|
|
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 |
{}"""
|