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 | max_tokens: 800, | 31 | max_tokens: 4096, |
| 32 | }; | 32 | }; |
| 33 | 33 | ||
| 34 | console.log('Multimodal captioning request', body); | 34 | console.log('Multimodal captioning request', body); |