Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ MODEL_ID ="Daemontatox/Cogito-R1"
|
|
118 |
# """
|
119 |
|
120 |
|
121 |
-
DEFAULT_SYSTEM_PROMPT ="You are
|
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; }
|