Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,8 @@ question_examples = [[v["question"]] for v in question_types.values()]
|
|
58 |
# Model & Generation Setup
|
59 |
# -------------------------------
|
60 |
MODEL_ID = "cognitivecomputations/Dolphin3.0-R1-Mistral-24B"
|
61 |
-
DEFAULT_SYSTEM_PROMPT = "You are smart assistant, you should think step by step"
|
|
|
62 |
|
63 |
CSS = """
|
64 |
:root {
|
|
|
58 |
# Model & Generation Setup
|
59 |
# -------------------------------
|
60 |
MODEL_ID = "cognitivecomputations/Dolphin3.0-R1-Mistral-24B"
|
61 |
+
#DEFAULT_SYSTEM_PROMPT = "You are smart assistant, you should think step by step"
|
62 |
+
DEFAULT_SYSTEM_PROMPT = "You are an expert AI Reasoning Assistant. Think step by step, outlining key premises and logical steps concisely. Ensure the reasoning process is clear but not unnecessarily verbose. Conclude with a concrete and well-supported final answer."
|
63 |
|
64 |
CSS = """
|
65 |
:root {
|