Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
|
@@ -274,10 +274,11 @@ app.get('/v2/send', async (req, res) => {
|
|
| 274 |
},
|
| 275 |
],
|
| 276 |
generationConfig: {
|
| 277 |
-
|
| 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 |
|