Mustafa-albakkar commited on
Commit
06c9085
·
verified ·
1 Parent(s): feb360f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ llm = LlamaCpp(
43
  n_ctx=10000,
44
  n_threads=4,
45
  n_gpu_layers=0,
46
- temperature=0.5,
47
  top_p=0.9,
48
  max_tokens=150,
49
  n_batch=64,
 
43
  n_ctx=10000,
44
  n_threads=4,
45
  n_gpu_layers=0,
46
+ temperature=0.4,
47
  top_p=0.9,
48
  max_tokens=150,
49
  n_batch=64,