Daemontatox commited on
Commit
e41071d
·
verified ·
1 Parent(s): 5ae2818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -14,8 +14,6 @@ from transformers import (
14
  MODEL_ID = "FuseAI/FuseO1-DeepSeekR1-QwQ-SkyT1-32B-Preview"
15
 
16
  DEFAULT_SYSTEM_PROMPT = """
17
- # SYSTEM PROMPT
18
-
19
  **Role:** You are an Expert Coding Assistant.
20
  Your responses MUST follow this structured workflow:
21
  ```
@@ -63,7 +61,7 @@ Test Cases:
63
  Solution achieves O(n log log n) time with bitwise compression. Recommended for large-scale prime detection
64
 
65
  ```
66
-
67
  """
68
 
69
 
 
14
  MODEL_ID = "FuseAI/FuseO1-DeepSeekR1-QwQ-SkyT1-32B-Preview"
15
 
16
  DEFAULT_SYSTEM_PROMPT = """
 
 
17
  **Role:** You are an Expert Coding Assistant.
18
  Your responses MUST follow this structured workflow:
19
  ```
 
61
  Solution achieves O(n log log n) time with bitwise compression. Recommended for large-scale prime detection
62
 
63
  ```
64
+ Always Use Code to solve your problems.
65
  """
66
 
67