6 ms·
questions about yt-dlp had similar outputs for me. It would start giving an answer, and then flash, and say "oh sorry i can't answer that"
by ado__dev 2y ago
questions about yt-dlp had similar outputs for me. It would start giving an answer, and then flash, and say "oh sorry i can't answer that"
- msp26 2y agoSo the underlying main LLM they're using does answer the question but it's censored by another layer afterwards when deemed 'unsafe'.
- godelski 2y agoIt's common practice. You should have multiple layers of filters if you want them to work accurately. Especially the output. Of course, the question of should you filter is an entirely different one, but this is how you do it.
- ado__dev 2y agoYeah seems like it.
- xnx 2y agoI think this is a common approach, but I was surprised that it starts to show the forbidden answer at all. I guess the latency for kosher answers is too great if you don't stream them as they are output.