Skip to content
Snippets Groups Projects
Commit 0ecf08e4 authored by Trinidad's avatar Trinidad :flag_es:
Browse files

modified: src/art/genAI/prompts/expressionPromptPart.js

parent 0be06daa
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ App.Art.GenAI.ExpressionPromptPart = class ExpressionPromptPart extends App.Art.
trustPart = `looking at viewer, confident, smirk`;
}
}
V.slaves.forEach(s => {s.trust = jsEither([100, 95, 95, 95, 70, 70, 50, 0, -20, -50, -90, -100])})
if (devotionPart && trustPart) {
return `(${devotionPart}, ${trustPart})`;
} else if (devotionPart) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment