Increase Anthropic multimodal caption max_tokens

This commit is contained in:
Cohee 2024-08-15 21:12:01 +03:00
parent cb7185fa12
commit 0869270c26

View File

@ -28,7 +28,7 @@ router.post('/caption-image', jsonParser, async (request, response) => {
],
},
],
max_tokens: 800,
max_tokens: 4096,
};
console.log('Multimodal captioning request', body);