Remove token limit from multimodal caption request

This commit is contained in:
Cohee 2024-08-06 22:45:05 +03:00
parent d6e7fd78ad
commit f3734ae285
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ router.post('/caption-image', jsonParser, async (request, response) => {
],
},
],
max_tokens: 500,
...bodyParams,
};