Update index.html

This commit is contained in:
The Ghost of FOSS' Future 2024-09-17 07:34:02 -05:00 committed by GitHub
parent 9d425c6941
commit 5e9483d4a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@
} }
function generateHTMLFromPrompt(prompt) { function generateHTMLFromPrompt(prompt) {
const url = `https://corsproxy.io/?${encodeURIComponent("https://ollama-api.nodemixaholic.com/api/generate")}`; // https://ollama-api.nodemixaholic.com/api/generate const url = `https://sparksammy.com/yaps.php?targetURL=https://ollama-api.nodemixaholic.com/api/generate`; // https://ollama-api.nodemixaholic.com/api/generate
const answerCount = 0; // Assuming you want this to start at 0 const answerCount = 0; // Assuming you want this to start at 0
if (answerCount < 1) { if (answerCount < 1) {