Pollinations: fix headers, add samplers

This commit is contained in:
Cohee
2025-05-26 23:18:14 +03:00
parent 1b5a11206f
commit e2222ac40a
4 changed files with 9 additions and 9 deletions

View File

@@ -148,6 +148,7 @@ router.post('/caption-image', async (request, response) => {
}
if (request.body.api === 'pollinations') {
headers = { Authorization: '' };
apiUrl = 'https://text.pollinations.ai/openai/chat/completions';
}