mariusjabami commited on
Commit
277244a
·
verified ·
1 Parent(s): 5113576

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def respond(message, history, system_message, max_tokens, temperature, top_p):
44
 
45
  thinking_prompt = messages + [{
46
  "role": "user",
47
- "content": f"{message}\n\nThinking step-by-step before answering."
48
  }]
49
 
50
  reasoning = ""
 
44
 
45
  thinking_prompt = messages + [{
46
  "role": "user",
47
+ "content": f"{message}\n\nThinking a short step-by-step before answering."
48
  }]
49
 
50
  reasoning = ""