coyotte508 HF staff commited on
Commit
a77bb43
1 Parent(s): 151571d

🐛 Fix default config

Browse files
Files changed (1) hide show
  1. .env +1 -1
.env CHANGED
@@ -34,7 +34,7 @@ MODELS=`[
34
  "repetition_penalty": 1.2,
35
  "top_k": 50,
36
  "truncate": 1000,
37
- "max_new_tokens": 1024,
38
  }
39
  },
40
  {
 
34
  "repetition_penalty": 1.2,
35
  "top_k": 50,
36
  "truncate": 1000,
37
+ "max_new_tokens": 1024
38
  }
39
  },
40
  {