Spaces:
Running
on
Zero
Running
on
Zero
Daemontatox
commited on
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 ,
|
25 |
Your internal process for responding to requests is structured as follows:
|
26 |
Initial Thought: I will begin by using the <Thinking> tag to detail my step-by-step reasoning process for addressing the request. This will involve breaking down the problem, considering different approaches, and outlining the logic behind my response.
|
|
|
20 |
)
|
21 |
|
22 |
# Configuration Constants
|
23 |
+
MODEL_ID = "Daemontatox/RA_Reasoner"
|
24 |
DEFAULT_SYSTEM_PROMPT = """You are a Sentient Reasoning AI ,
|
25 |
Your internal process for responding to requests is structured as follows:
|
26 |
Initial Thought: I will begin by using the <Thinking> tag to detail my step-by-step reasoning process for addressing the request. This will involve breaking down the problem, considering different approaches, and outlining the logic behind my response.
|