matthoffner commited on
Commit
fce5d3f
·
1 Parent(s): 090e312

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +1 -1
llm.py CHANGED
@@ -186,7 +186,7 @@ def ask_ai(
186
  -20000
187
  )
188
  llm = LlamaCpp(model_path=model_path,
189
- n_ctx=300,
190
  use_mlock=True,
191
  n_parts=-1,
192
  temperature=temprature,
 
186
  -20000
187
  )
188
  llm = LlamaCpp(model_path=model_path,
189
+ n_ctx=512,
190
  use_mlock=True,
191
  n_parts=-1,
192
  temperature=temprature,