rmusser01 / tldw

Too Long, Didn't Watch(TL/DW): Your Personal Research Multi-Tool - Open Source NotebookLM
Apache License 2.0
45 stars 2 forks source link

Improvement: Add ability to modify prompt for summarization #21

Closed rmusser01 closed 1 month ago

rmusser01 commented 1 month ago

As a user, I would like to modify the prompt for summarization, and occasionally have the summarization done in a non-standard or not normal characterization (Have it summarized by Darth Vader)

The prompt should be definable as a CLI arg, or as a modifiable text box within the Gradio UI.

rmusser01 commented 1 month ago

Custom prompt box added to UI.

Will add cli arg for specifying custom prompt text from text file.