Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ from transformers import (
|
|
20 |
)
|
21 |
|
22 |
# Configuration Constants
|
23 |
-
MODEL_ID = "Daemontatox/
|
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.
|
|
|
20 |
)
|
21 |
|
22 |
# Configuration Constants
|
23 |
+
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.
|