Option to remove timestamps from reply
D
Demetre Minchev
Let's say I want to generate an LLM prompt based on a video, the response always includes timeatmaps which I then have to filter out.
Would be great to either hide them with a toggle or have a global prompt never to include time stamps on replies.
Log In
s
schroell
I support this as well because actually I am copy-pasting it to an LLM in order to do exactly the same. And I tried to do it also with the included AI chat version in Recall, but it was not able to execute on this request because it has internal master prompt which is conflicting with the request to remove the references.
H
Henry Carr
I support this well. Frustratingly, you can't even ask the chat to provide you the full transcript of podcasts, one by one, scrubbed of timestamps. I am doing the same thing as well as you both.
D
Demetre Minchev
schroell you can set up a regex to just filter out numbers. Make a js bookmarklet ask a gpt to make one for you. It's an extra few clicks, but could be done quite easily on recall's end.
D
Demetre Minchev
Henry Carr you can set up a regex to just filter out numbers. Make a js bookmarklet ask a gpt to make one for you. It's an extra few clicks, but could be done quite easily on recall's end.
s
schroell
Demetre Minchev yeah, I could do anything on post-processing the outputs from Recall, but I don't want to do anything (looking for a no-code tool here. It's not GitHub or the programming environment). I want to ask the AI to do this for me in case I would like to have it without timestamps or just tick a box. It's not too difficult to do this in programming directly inside Recall.