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:
@ -160,6 +160,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div data-sd-source="pollinations">
|
<div data-sd-source="pollinations">
|
||||||
|
<p>
|
||||||
|
<a href="https://pollinations.ai">Pollinations.ai</a>
|
||||||
|
</p>
|
||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<label class="flex1 checkbox_label" for="sd_pollinations_enhance">
|
<label class="flex1 checkbox_label" for="sd_pollinations_enhance">
|
||||||
<input id="sd_pollinations_enhance" type="checkbox" />
|
<input id="sd_pollinations_enhance" type="checkbox" />
|
||||||
|
@ -725,6 +725,7 @@ pollinations.post('/generate', jsonParser, 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',
|
||||||
});
|
});
|
||||||
promptUrl.search = params.toString();
|
promptUrl.search = params.toString();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user