ArmelR commited on
Commit
f90b0c6
1 Parent(s): 92776ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -250,7 +250,7 @@ _Note:_ this is an internal chat playground - **please do not share**. The deplo
250
  user, [instruction, chatbot], [instruction, chatbot], queue=False
251
  ).then(
252
  bot,
253
- [chatbot, temperature, max_new_tokens, top_p, repetition_penalty, chat_mode, version],
254
  chatbot,
255
  )
256
 
@@ -258,7 +258,7 @@ _Note:_ this is an internal chat playground - **please do not share**. The deplo
258
  user, [instruction, chatbot], [instruction, chatbot], queue=False
259
  ).then(
260
  bot,
261
- [chatbot, temperature, max_new_tokens, top_p, repetition_penalty, chat_mode, version],
262
  chatbot,
263
  )
264
  clear.click(lambda: None, None, chatbot, queue=False)
 
250
  user, [instruction, chatbot], [instruction, chatbot], queue=False
251
  ).then(
252
  bot,
253
+ [chatbot, temperature, max_new_tokens, top_p, repetition_penalty, chat_mode],
254
  chatbot,
255
  )
256
 
 
258
  user, [instruction, chatbot], [instruction, chatbot], queue=False
259
  ).then(
260
  bot,
261
+ [chatbot, temperature, max_new_tokens, top_p, repetition_penalty, chat_mode],
262
  chatbot,
263
  )
264
  clear.click(lambda: None, None, chatbot, queue=False)