change default prompt again, less quietly

gotta get those AWARD WINNER people outta there
This commit is contained in:
tim h 2022-11-25 21:06:15 -06:00
parent 4fb754ec9d
commit 8667f94f12

View file

@ -886,7 +886,7 @@ function loadSettings() {
: localStorage.getItem("host");
var _prompt =
localStorage.getItem("prompt") == null
? "oceanographic study, underwater wildlife, award winning"
? "ocean floor scientific expedition, underwater wildlife"
: localStorage.getItem("prompt");
var _negprompt =
localStorage.getItem("neg_prompt") == null