boryasbora commited on
Commit
9d4d86e
·
verified ·
1 Parent(s): f8d9313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -106,6 +106,7 @@ def get_chain(temperature):
106
  model_path=str(model_path),
107
  temperature=temperature,
108
  max_tokens=3000,
 
109
  verbose=False,
110
  echo=False
111
  )
 
106
  model_path=str(model_path),
107
  temperature=temperature,
108
  max_tokens=3000,
109
+ n_ctx=4096
110
  verbose=False,
111
  echo=False
112
  )