Add attribution links

This commit is contained in:
Cohee
2024-04-10 21:21:31 +03:00
parent c90105e9f6
commit 5f6d895acf
2 changed files with 4 additions and 0 deletions

View File

@ -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();