Fix typo in static variables
parent
aecab9c242
commit
a5e96810ec
|
|
@ -32,7 +32,7 @@ invalid_prompt = {
|
||||||
"data": [[0, "Your prompt-json is invalid, please check Settings"]],
|
"data": [[0, "Your prompt-json is invalid, please check Settings"]],
|
||||||
},
|
},
|
||||||
"negPrompt": "Invalid prompt-json",
|
"negPrompt": "Invalid prompt-json",
|
||||||
"prePromp": "Invalid prompt",
|
"prePrompt": "Invalid prompt",
|
||||||
"postPrompt": "Invalid prompt",
|
"postPrompt": "Invalid prompt",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue