Fix Pollinations img query params
| @@ -824,7 +824,8 @@ pollinations.post('/generate', async (request, response) => { | |||
| 824 | height: String(request.body.height ?? 1024), | 824 | height: String(request.body.height ?? 1024), |
| 825 | nologo: String(true), | 825 | nologo: String(true), |
| 826 | nofeed: String(true), | 826 | nofeed: String(true), |
| 827 | referer: 'sillytavern', | 827 | private: String(true), |
| 828 | referrer: 'sillytavern', | ||
| 828 | }); | 829 | }); |
| 829 | promptUrl.search = params.toString(); | 830 | promptUrl.search = params.toString(); |
| 830 | 831 | ||