Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -174,6 +174,10 @@ with gr.Blocks(title="Dhanishtha-2.0-preview Chat", theme=gr.themes.Soft()) as d
|
|
174 |
# 🤖 Dhanishtha-2.0-preview Chat
|
175 |
|
176 |
Chat with the **HelpingAI/Dhanishtha-2.0-preview** model!
|
|
|
|
|
|
|
|
|
177 |
"""
|
178 |
)
|
179 |
|
@@ -202,7 +206,7 @@ with gr.Blocks(title="Dhanishtha-2.0-preview Chat", theme=gr.themes.Soft()) as d
|
|
202 |
|
203 |
max_tokens = gr.Slider(
|
204 |
minimum=1,
|
205 |
-
maximum=
|
206 |
value=2048,
|
207 |
step=1,
|
208 |
label="Max Tokens",
|
|
|
174 |
# 🤖 Dhanishtha-2.0-preview Chat
|
175 |
|
176 |
Chat with the **HelpingAI/Dhanishtha-2.0-preview** model!
|
177 |
+
|
178 |
+
Dhanishtha 2.0 is the world's first LLM designed to think between the responses. Unlike other Reasoning LLMs, which think just once.
|
179 |
+
|
180 |
+
Dhanishtha can think, rethink, self-evaluate, and refine in between responses using multiple <think> blocks.
|
181 |
"""
|
182 |
)
|
183 |
|
|
|
206 |
|
207 |
max_tokens = gr.Slider(
|
208 |
minimum=1,
|
209 |
+
maximum=40960,
|
210 |
value=2048,
|
211 |
step=1,
|
212 |
label="Max Tokens",
|