From 26af2f2a31e871a5c0e0bcd541dfcde1cbd86398 Mon Sep 17 00:00:00 2001 From: nano Date: Mon, 4 May 2026 00:09:24 +0000 Subject: [PATCH] Use public Pollinations image URLs --- core/helpers.asp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/helpers.asp b/core/helpers.asp index 258f947..b8ed622 100644 --- a/core/helpers.asp +++ b/core/helpers.asp @@ -374,7 +374,7 @@ Function IsHtmlPostBody(ByVal text) End Function Function AiImageUrl(ByVal prompt) - AiImageUrl = "https://gen.pollinations.ai/image/" & Server.URLEncode(Trim(CStr(prompt))) + AiImageUrl = "https://pollinations.ai/p/" & Server.URLEncode(Trim(CStr(prompt))) End Function '------------------------------------------------------------------------------