소스 검색

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.