Daemontatox commited on
Commit
fdd5038
·
verified ·
1 Parent(s): f64266f

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/AetherLlama"
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 = "Qwen/QwQ-32B-Preview"
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.