mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add attribution links
This commit is contained in:
@ -725,6 +725,7 @@ pollinations.post('/generate', jsonParser, async (request, response) => {
|
||||
height: String(request.body.height ?? 1024),
|
||||
nologo: String(true),
|
||||
nofeed: String(true),
|
||||
referer: 'sillytavern',
|
||||
});
|
||||
promptUrl.search = params.toString();
|
||||
|
||||
|
Reference in New Issue
Block a user