Spaces:
Running
Running
Update .env.local.template
Browse files- .env.local.template +4 -4
.env.local.template
CHANGED
@@ -76,7 +76,7 @@ MODELS=`[
|
|
76 |
],
|
77 |
"parameters": {
|
78 |
"temperature": 0.4,
|
79 |
-
"max_new_tokens": 2000
|
80 |
}
|
81 |
},
|
82 |
{
|
@@ -106,7 +106,7 @@ MODELS=`[
|
|
106 |
],
|
107 |
"parameters": {
|
108 |
"temperature": 0.4,
|
109 |
-
"max_new_tokens": 2000
|
110 |
}
|
111 |
},
|
112 |
{
|
@@ -136,7 +136,7 @@ MODELS=`[
|
|
136 |
],
|
137 |
"parameters": {
|
138 |
"temperature": 0.4
|
139 |
-
"max_new_tokens": 3500
|
140 |
}
|
141 |
},
|
142 |
{
|
@@ -167,7 +167,7 @@ MODELS=`[
|
|
167 |
],
|
168 |
"parameters": {
|
169 |
"temperature": 0.2
|
170 |
-
"max_new_tokens": 2000
|
171 |
}
|
172 |
}
|
173 |
]`
|
|
|
76 |
],
|
77 |
"parameters": {
|
78 |
"temperature": 0.4,
|
79 |
+
"max_new_tokens": 2000
|
80 |
}
|
81 |
},
|
82 |
{
|
|
|
106 |
],
|
107 |
"parameters": {
|
108 |
"temperature": 0.4,
|
109 |
+
"max_new_tokens": 2000
|
110 |
}
|
111 |
},
|
112 |
{
|
|
|
136 |
],
|
137 |
"parameters": {
|
138 |
"temperature": 0.4
|
139 |
+
"max_new_tokens": 3500
|
140 |
}
|
141 |
},
|
142 |
{
|
|
|
167 |
],
|
168 |
"parameters": {
|
169 |
"temperature": 0.2
|
170 |
+
"max_new_tokens": 2000
|
171 |
}
|
172 |
}
|
173 |
]`
|