Spaces:
Build error
Build error
Commit
•
a77bb43
1
Parent(s):
151571d
🐛 Fix default config
Browse files
.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 |
{
|