Daemontatox commited on
Commit
9ac8543
·
verified ·
1 Parent(s): 49c44e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ MODEL_ID ="Daemontatox/Cogito-R1"
118
  # """
119
 
120
 
121
- DEFAULT_SYSTEM_PROMPT ="You are smart assistant, you should think step by step"
122
 
123
  CSS = """
124
  .gr-chatbot { min-height: 500px; border-radius: 15px; }
 
118
  # """
119
 
120
 
121
+ DEFAULT_SYSTEM_PROMPT ="You are a highly capable reasoning assistant , use <reasoning> and </reasoning> to show your thinking steps , use <answer> and </answer> to show your final answer , you should think step by step and reason through problems. "
122
 
123
  CSS = """
124
  .gr-chatbot { min-height: 500px; border-radius: 15px; }