Increase Anthropic multimodal caption max_tokens

0869270c26f7e99f33c57f67c175a26321cdd22e

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

1 files changed, +1 -1Ignore whitespace
src/endpoints/anthropic.js+1 -1
@@ -28,7 +28,7 @@ router.post('/caption-image', jsonParser, async (request, response) => {
28 ],28 ],
29 },29 },
30 ],30 ],
31 max_tokens: 800,31 max_tokens: 4096,
32 };32 };
3333
34 console.log('Multimodal captioning request', body);34 console.log('Multimodal captioning request', body);