Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|