Update index.html
This commit is contained in:
parent
04e6b4f632
commit
592099f64c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function generateHTMLFromPrompt(prompt) {
|
function generateHTMLFromPrompt(prompt) {
|
||||||
const url = `https://cloud.sparksammy.com/yaps.php?targetURL=https://ollama-api.nodemixaholic.com/api/generate`; // https://ollama-api.nodemixaholic.com/api/generate
|
const url = `https://cloud.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) {
|
||||||
|
|
Loading…
Reference in a new issue