mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-11 17:40:14 +01:00
Increase Anthropic multimodal caption max_tokens
This commit is contained in:
parent
cb7185fa12
commit
0869270c26
@ -28,7 +28,7 @@ router.post('/caption-image', jsonParser, async (request, response) => {
|
||||
],
|
||||
},
|
||||
],
|
||||
max_tokens: 800,
|
||||
max_tokens: 4096,
|
||||
};
|
||||
|
||||
console.log('Multimodal captioning request', body);
|
||||
|
Loading…
x
Reference in New Issue
Block a user