mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
Remove token limit from multimodal caption request
This commit is contained in:
parent
d6e7fd78ad
commit
f3734ae285
@ -67,7 +67,6 @@ router.post('/caption-image', jsonParser, async (request, response) => {
|
||||
],
|
||||
},
|
||||
],
|
||||
max_tokens: 500,
|
||||
...bodyParams,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user