ソースを参照

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

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


読み込み中…
キャンセル
保存

Powered by TurnKey Linux.