mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix Pollinations img query params
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user