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 = "
|
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=
|
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(
|