Increase Anthropic multimodal caption max_tokens
| @@ -28,7 +28,7 @@ router.post('/caption-image', jsonParser, async (request, response) => { | ||
| 28 | 28 | ], |
| 29 | 29 | }, |
| 30 | 30 | ], |
| 31 | 31 | max_tokens: 8004096, |
| 32 | 32 | }; |
| 33 | 33 | |
| 34 | 34 | console.log('Multimodal captioning request', body); |