We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 477aadf + 3555e39 commit 9fe01fcCopy full SHA for 9fe01fc
1 file changed
static/js/script.js
@@ -260,6 +260,18 @@ $(function () {
260
if (combined.indexOf("revise") !== -1 || combined.indexOf("revision") !== -1) {
261
return "Applying Chapter Revisions";
262
}
263
+ if (combined.indexOf("voice & dialogue") !== -1 || combined.indexOf("voice and dialogue") !== -1) {
264
+ return "Differentiating character voices";
265
+ }
266
+ if (combined.indexOf("human oddities") !== -1) {
267
+ return "Adding human texture";
268
269
+ if (combined.indexOf("metaphor reduction") !== -1) {
270
+ return "Reducing metaphor density";
271
272
+ if (combined.indexOf("copy edit") !== -1) {
273
+ return "Copy editing";
274
275
276
return "Prompting LLM";
277
0 commit comments