Remove token limit from multimodal caption request
| @@ -67,7 +67,6 @@ router.post('/caption-image', jsonParser, async (request, response) => { | |||
| 67 | ], | 67 | ], |
| 68 | }, | 68 | }, |
| 69 | ], | 69 | ], |
| 70 | max_tokens: 500, | ||
| 71 | ...bodyParams, | 70 | ...bodyParams, |
| 72 | }; | 71 | }; |
| 73 | 72 | ||