Daemontatox commited on
Commit
2477432
·
verified ·
1 Parent(s): 5b1a25c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ from transformers import (
20
  )
21
 
22
  # Configuration Constants
23
- MODEL_ID = "Daemontatox/AetherDrake-SFT"
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.