mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Increase Anthropic multimodal caption max_tokens
This commit is contained in:
@@ -28,7 +28,7 @@ router.post('/caption-image', jsonParser, async (request, response) => {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
max_tokens: 800,
|
max_tokens: 4096,
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log('Multimodal captioning request', body);
|
console.log('Multimodal captioning request', body);
|
||||||
|
Reference in New Issue
Block a user