mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
PR fixes
This commit is contained in:
@@ -52,7 +52,7 @@ router.post('/caption-image', jsonParser, async (request, response) => {
|
||||
|
||||
/** @type {any} */
|
||||
const data = await result.json();
|
||||
console.debug('Multimodal captioning response', data);
|
||||
console.info('Multimodal captioning response', data);
|
||||
|
||||
const candidates = data?.candidates;
|
||||
if (!candidates) {
|
||||
|
Reference in New Issue
Block a user