You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Especially with features like citations where the LLM might print a URL that the user then navigates to, we should add a pipeline step that checks those. I can think of two useful steps:
check for malicious URLs using something like VirusTotal
a configurable blocker that would just have a bunch of regexes
The text was updated successfully, but these errors were encountered:
Especially with features like citations where the LLM might print a URL that the user then navigates to, we should add a pipeline step that checks those. I can think of two useful steps:
The text was updated successfully, but these errors were encountered: