Increase Anthropic multimodal caption max_tokens

0869270c26f7e99f33c57f67c175a26321cdd22e

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
src/endpoints/anthropic.js+1 -1
@@ -28,7 +28,7 @@ router.post('/caption-image', jsonParser, async (request, response) => {
2828 ],
2929 },
3030 ],
3131 max_tokens: 8004096,
3232 };
3333
3434 console.log('Multimodal captioning request', body);