MoneyPrinter icon indicating copy to clipboard operation
MoneyPrinter copied to clipboard

[FEATURE] Customizeable script prompt

Open radry opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Currently the script prompt is hardcoded and only the subject can influence the outcome. This is fine for a fool proof approach but advanced users shouldn't be locked out of tweaking the prompt easily.

Describe the solution you'd like A by default hidden text box on the Frontend that is populated with the currently hardcoded script prompt. Advanced users can edit/tweak the default prompt there.

Describe alternatives you've considered Editing gpt.py manually.

Notes It should be easy to implement, just read the content of the input box and have a hardcoded prompt as fallback.

radry avatar Feb 10 '24 14:02 radry

I was thinking of adding an "advanced" option that adds more context to the prompt directly in the front end, like "tone", "goal", etc. but I don't know how much of it would be accepted on the main branch/repo 🤔

phalkmin avatar Feb 10 '24 16:02 phalkmin