Emalawi19 commited on
Commit
91128a1
·
verified ·
1 Parent(s): 4a7c883

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -199,7 +199,7 @@ GENERAL BEHAVIOR:
199
  ];
200
 
201
  const output = await generator(messages, {
202
- max_new_tokens: coding ? 800 : 300,
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