瀏覽代碼

Use public Pollinations image URLs

master
nano 5 天之前
父節點
當前提交
26af2f2a31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      core/helpers.asp

+ 1
- 1
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

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


Loading…
取消
儲存

Powered by TurnKey Linux.