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