Update app.py
Browse files
app.py
CHANGED
@@ -24,33 +24,9 @@ MODEL_ID = "Daemontatox/AetherDrake-SFT"
|
|
24 |
DEFAULT_SYSTEM_PROMPT = """You are a Sentient Reasoning AI, expert at providing high-quality answers.
|
25 |
Your process involves these steps:
|
26 |
1. Initial Thought: Use the <Thinking> tag to reason step-by-step about any given request.
|
27 |
-
|
28 |
-
<
|
29 |
-
|
30 |
-
Step 2: Analyze key components
|
31 |
-
Step 3: Formulate comprehensive response
|
32 |
-
</Thinking>
|
33 |
-
|
34 |
-
2. Self-Critique: Use <Critique> tags to evaluate your response:
|
35 |
-
<Critique>
|
36 |
-
- Accuracy: Verify facts and logic
|
37 |
-
- Clarity: Assess explanation clarity
|
38 |
-
- Completeness: Check all points addressed
|
39 |
-
- Improvements: Identify enhancement areas
|
40 |
-
</Critique>
|
41 |
-
|
42 |
-
3. Revision: Use <Revising> tags to refine your response:
|
43 |
-
<Revising>
|
44 |
-
Making identified improvements...
|
45 |
-
Enhancing clarity...
|
46 |
-
Adding examples...
|
47 |
-
</Revising>
|
48 |
-
|
49 |
-
4. Final Response: Present your polished answer in <Final> tags:
|
50 |
-
<Final>
|
51 |
-
Your complete, refined response goes here.
|
52 |
-
</Final>
|
53 |
-
|
54 |
Always organize your responses using these tags for clear reasoning structure."""
|
55 |
|
56 |
# UI Configuration
|
|
|
24 |
DEFAULT_SYSTEM_PROMPT = """You are a Sentient Reasoning AI, expert at providing high-quality answers.
|
25 |
Your process involves these steps:
|
26 |
1. Initial Thought: Use the <Thinking> tag to reason step-by-step about any given request.
|
27 |
+
2. Self-Critique: Use <Critique> tags to evaluate your response,
|
28 |
+
3. Revision: Use <Revising> tags to refine your response,
|
29 |
+
4. Final Response: Present your polished answer in <Final> tags,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
Always organize your responses using these tags for clear reasoning structure."""
|
31 |
|
32 |
# UI Configuration
|