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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ llm = LlamaCpp(
43
  n_ctx=10000,
44
  n_threads=4,
45
  n_gpu_layers=0,
46
- temperature=0.6,
47
- top_p=0.8,
48
  max_tokens=150,
49
  n_batch=64,
50
  verbose=False,
 
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,
50
  verbose=False,