Procházet zdrojové kódy

Use public Pollinations image URLs

master
nano před 5 dny
rodič
revize
dc5bb7a851
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      app/views/Posts/edit.asp

+ 1
- 1
app/views/Posts/edit.asp Zobrazit soubor

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


Načítá se…
Zrušit
Uložit

Powered by TurnKey Linux.