Explorar el Código

Use public Pollinations image URLs

master
nano hace 5 días
padre
commit
26af2f2a31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      core/helpers.asp

+ 1
- 1
core/helpers.asp Ver fichero

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

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


Cargando…
Cancelar
Guardar

Powered by TurnKey Linux.