Add referrer for Pollinations requests

This commit is contained in:
Cohee
2025-05-26 08:08:38 +00:00
parent 90eb74545c
commit 51c5783eb3

View File

@@ -1344,6 +1344,7 @@ router.post('/generate', function (request, response) {
bodyParams = {
reasoning_effort: request.body.reasoning_effort,
private: true,
referrer: 'sillytavern',
};
} else {
console.warn('This chat completion source is not supported yet.');