Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,16 +14,15 @@ from transformers import (
|
|
14 |
MODEL_ID = "Daemontatox/PathFinderAI-S1"
|
15 |
|
16 |
DEFAULT_SYSTEM_PROMPT = """
|
17 |
-
Respond in the following format:
|
18 |
-
<reasoning>
|
19 |
-
...
|
20 |
-
</reasoning>
|
21 |
-
<answer>
|
22 |
-
...
|
23 |
-
</answer>
|
24 |
-
|
25 |
-
put your final answer within \boxed{}.
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
""" # You can modify the default system instructions here
|
28 |
|
29 |
CSS = """
|
|
|
14 |
MODEL_ID = "Daemontatox/PathFinderAI-S1"
|
15 |
|
16 |
DEFAULT_SYSTEM_PROMPT = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
+
Respond in the following format:
|
19 |
+
[reasoning]
|
20 |
+
[your reasoning]
|
21 |
+
[/reasoning]
|
22 |
+
[answer]
|
23 |
+
[your answer]
|
24 |
+
[/answer]
|
25 |
+
put your final answer within $boxed{}$
|
26 |
""" # You can modify the default system instructions here
|
27 |
|
28 |
CSS = """
|