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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,7 +20,7 @@ from transformers import (
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.
@@ -273,7 +273,7 @@ def main():
273
  minimum=0,
274
  maximum=1,
275
  step=0.1,
276
- value=0.2,
277
  label="Temperature",
278
  )
279
  max_tokens = gr.Slider(
 
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.
 
273
  minimum=0,
274
  maximum=1,
275
  step=0.1,
276
+ value=1.5,
277
  label="Temperature",
278
  )
279
  max_tokens = gr.Slider(