소스 검색

Use public Pollinations image URLs

master
nano 5 일 전
부모
커밋
dc5bb7a851
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/views/Posts/edit.asp

+ 1
- 1
app/views/Posts/edit.asp 파일 보기

@@ -74,7 +74,7 @@
aiButton.addEventListener('click', function () {
var prompt = window.prompt('Describe the image to generate with AI');
if (!prompt) return;
var url = 'https://gen.pollinations.ai/image/' + encodeURIComponent(prompt);
var url = 'https://pollinations.ai/p/' + encodeURIComponent(prompt);
var range = quill.getSelection(true) || { index: quill.getLength() };
quill.insertEmbed(range.index, 'image', url, Quill.sources.USER);
quill.insertText(range.index + 1, '\n', Quill.sources.SILENT);


불러오는 중...
취소
저장

Powered by TurnKey Linux.