Parcourir la source

Use public Pollinations image URLs

master
nano il y a 5 jours
Parent
révision
26af2f2a31
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      core/helpers.asp

+ 1
- 1
core/helpers.asp Voir le fichier

@@ -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

'------------------------------------------------------------------------------


Chargement…
Annuler
Enregistrer

Powered by TurnKey Linux.