minhdang commited on
Commit
02171c5
1 Parent(s): 65461b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -457,7 +457,7 @@ def build_demo(MODELS):
457
  temperature,
458
  repetition_penalty,
459
  max_length_tokens,
460
- max_context_length_tokens,
461
  model_select_dropdown,
462
  ]
463
  output_widgets = [chatbot, history, status_display]
 
457
  temperature,
458
  repetition_penalty,
459
  max_length_tokens,
460
+ # max_context_length_tokens,
461
  model_select_dropdown,
462
  ]
463
  output_widgets = [chatbot, history, status_display]