Abhaykoul commited on
Commit
a22b65f
·
verified ·
1 Parent(s): d104a8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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=4096,
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",