mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove token limit from multimodal caption request
This commit is contained in:
@@ -67,7 +67,6 @@ router.post('/caption-image', jsonParser, async (request, response) => {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
max_tokens: 500,
|
|
||||||
...bodyParams,
|
...bodyParams,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user