ruslanmv commited on
Commit
c35c49e
·
verified ·
1 Parent(s): e6cea18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 {