Spaces:
Paused
Paused
Update server.js
Browse files
server.js
CHANGED
|
@@ -199,7 +199,7 @@ GENERAL BEHAVIOR:
|
|
| 199 |
];
|
| 200 |
|
| 201 |
const output = await generator(messages, {
|
| 202 |
-
max_new_tokens: coding ? 800 :
|
| 203 |
temperature: coding ? 0.2 : 0.5,
|
| 204 |
repetition_penalty: 1.2,
|
| 205 |
do_sample: !coding
|
|
|
|
| 199 |
];
|
| 200 |
|
| 201 |
const output = await generator(messages, {
|
| 202 |
+
max_new_tokens: coding ? 800 : 800,
|
| 203 |
temperature: coding ? 0.2 : 0.5,
|
| 204 |
repetition_penalty: 1.2,
|
| 205 |
do_sample: !coding
|