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

Update app.py

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