rmusser01 / tldw

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

Improvement: Add functionality to select the prompt used, from the default, to custom, to a pre-filled one. #77

Open rmusser01 opened 2 weeks ago

rmusser01 commented 2 weeks ago

As a user, I would like to not have to copy/paste custom prompts into the box. I should be able to select a prompt to be used from a drop down menu (with custom as one of the options), and if 'custom' is selected, then the box which displays the System/User prompt text is shown in the GUI is then instead made editable, and the user may then insert their own custom system/user prompt for the summarization/question asked against the LLM.

Successful completion of this issue is when I as a user may select the system/user prompt to be used from a drop-down box in the Video/Article Summarization pages, and have that selected prompt displayed to the user, and subsequently used in the issued query to the LLM.