Spaces:
Running
Running
Update .env.local.template
Browse files- .env.local.template +2 -2
.env.local.template
CHANGED
@@ -135,7 +135,7 @@ MODELS=`[
|
|
135 |
}
|
136 |
],
|
137 |
"parameters": {
|
138 |
-
"temperature": 0.4
|
139 |
"max_new_tokens": 3500
|
140 |
}
|
141 |
},
|
@@ -166,7 +166,7 @@ MODELS=`[
|
|
166 |
}
|
167 |
],
|
168 |
"parameters": {
|
169 |
-
"temperature": 0.2
|
170 |
"max_new_tokens": 2000
|
171 |
}
|
172 |
}
|
|
|
135 |
}
|
136 |
],
|
137 |
"parameters": {
|
138 |
+
"temperature": 0.4,
|
139 |
"max_new_tokens": 3500
|
140 |
}
|
141 |
},
|
|
|
166 |
}
|
167 |
],
|
168 |
"parameters": {
|
169 |
+
"temperature": 0.2,
|
170 |
"max_new_tokens": 2000
|
171 |
}
|
172 |
}
|