zeyadahmedd commited on
Commit
36c38c4
·
1 Parent(s): c8b63b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -23,6 +23,8 @@ with iface:
23
  top_p= 1,
24
  callback_manager=callback_manager,
25
  verbose=True,
 
 
26
 
27
  ), chain_type="stuff")
28
  name = gr.Textbox(label="Name")
 
23
  top_p= 1,
24
  callback_manager=callback_manager,
25
  verbose=True,
26
+ n_ctx=8169,
27
+ max_tokens=512,
28
 
29
  ), chain_type="stuff")
30
  name = gr.Textbox(label="Name")