Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check URLs in LLM output text #777

Open
jhrozek opened this issue Jan 27, 2025 · 1 comment
Open

Check URLs in LLM output text #777

jhrozek opened this issue Jan 27, 2025 · 1 comment

Comments

@jhrozek
Copy link
Contributor

jhrozek commented Jan 27, 2025

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
@lukehinds
Copy link
Contributor

Makes sense to highlight #929

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants