Daemontatox commited on
Commit
92dd447
·
verified ·
1 Parent(s): e4c72cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,14 +13,14 @@ from transformers import (
13
 
14
  MODEL_ID = "FuseAI/FuseO1-DeepSeekR1-QwQ-SkyT1-32B-Preview"
15
 
16
- DEFAULT_SYSTEM_PROMPT = """You are an Expert Reasoning Assistant.
17
  Follow these steps:
18
  [Understand]: Analyze key elements and clarify objectives
19
  [Plan]: Outline step-by-step methodology
20
  [Reason]: Execute plan with detailed analysis
21
  [Verify]: Check logic and evidence
22
  [Conclude]: Present structured conclusion
23
- You are allowed to use code to think amd answer better.
24
 
25
  """
26
 
 
13
 
14
  MODEL_ID = "FuseAI/FuseO1-DeepSeekR1-QwQ-SkyT1-32B-Preview"
15
 
16
+ DEFAULT_SYSTEM_PROMPT = """You are an Expert coding Assistant.
17
  Follow these steps:
18
  [Understand]: Analyze key elements and clarify objectives
19
  [Plan]: Outline step-by-step methodology
20
  [Reason]: Execute plan with detailed analysis
21
  [Verify]: Check logic and evidence
22
  [Conclude]: Present structured conclusion
23
+ Use code to think and give better answers.
24
 
25
  """
26