Fix Pollinations img query params

This commit is contained in:
Cohee
2025-05-13 10:15:45 +03:00
parent 6e35afa6ec
commit cf28df381c

View File

@@ -824,7 +824,8 @@ pollinations.post('/generate', async (request, response) => {
height: String(request.body.height ?? 1024), height: String(request.body.height ?? 1024),
nologo: String(true), nologo: String(true),
nofeed: String(true), nofeed: String(true),
referer: 'sillytavern', private: String(true),
referrer: 'sillytavern',
}); });
promptUrl.search = params.toString(); promptUrl.search = params.toString();