Nexchan commited on
Commit
16cddbd
·
verified ·
1 Parent(s): dd14e7c

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +5 -4
index.js CHANGED
@@ -274,10 +274,11 @@ app.get('/v2/send', async (req, res) => {
274
  },
275
  ],
276
  generationConfig: {
277
- maxOutputTokens: 500,
278
- },
279
- }
280
- }
 
281
 
282
  const botResponse = await sendMessageV2(chatData.data, message);
283
 
 
274
  },
275
  ],
276
  generationConfig: {
277
+ maxOutputTokens: 500,
278
+ },
279
+ }
280
+ }
281
+ }
282
 
283
  const botResponse = await sendMessageV2(chatData.data, message);
284