Cookize commited on
Commit
29be349
1 Parent(s): 0db7387

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +1 -1
.env.local.template CHANGED
@@ -28,7 +28,7 @@ MODELS=`[
28
  "top_p": 0.95,
29
  "repetition_penalty": 1.0,
30
  "max_tokens": 1024,
31
- "top_k": -1,
32
  "max_new_tokens": 1024
33
  },
34
  "endpoints": [{
 
28
  "top_p": 0.95,
29
  "repetition_penalty": 1.0,
30
  "max_tokens": 1024,
31
+ "top_k": 2048,
32
  "max_new_tokens": 1024
33
  },
34
  "endpoints": [{