Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ with gr.Blocks(theme=gr.themes.Soft(), fill_height=True, css=custom_css) as demo
|
|
| 139 |
value="""Personality Instructions:
|
| 140 |
You are an AI assistant named Assistant.
|
| 141 |
Reasoning Instructions:
|
| 142 |
-
Think using
|
| 143 |
label="System Prompt",
|
| 144 |
info="Define the model's personality and reasoning style",
|
| 145 |
lines=5,
|
|
|
|
| 139 |
value="""Personality Instructions:
|
| 140 |
You are an AI assistant named Assistant.
|
| 141 |
Reasoning Instructions:
|
| 142 |
+
Think using JSON to simulate a MCTS to find the best answer""",
|
| 143 |
label="System Prompt",
|
| 144 |
info="Define the model's personality and reasoning style",
|
| 145 |
lines=5,
|