Skip to content

Commit f90c727

Browse files
committed
Add blueprint preview mode and generation rating system
1 parent f9b55f2 commit f90c727

2 files changed

Lines changed: 502 additions & 5 deletions

File tree

mod.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,26 @@
228228
"name": "Enable Advanced Features",
229229
"description": "Unlocks all experimental AI capabilities. May produce less stable results.",
230230
"default": false
231+
},
232+
233+
"feedback-section": {
234+
"type": "title",
235+
"name": "Feedback & Learning"
236+
},
237+
"enable-rating": {
238+
"type": "bool",
239+
"name": "Rate Generations",
240+
"description": "After accepting or denying a generation, a popup asks you to rate it 1-10. Top-rated results are fed back to the AI as examples so it learns your style over time.",
241+
"default": true
242+
},
243+
"max-feedback-examples": {
244+
"type": "int",
245+
"name": "Max Examples in Prompt",
246+
"description": "How many top-rated past generations to include as few-shot examples in the AI prompt. More examples = better learning but uses more tokens.",
247+
"default": 3,
248+
"min": 1,
249+
"max": 10,
250+
"enable-if": "enable-rating"
231251
}
232252

233253
},

0 commit comments

Comments
 (0)