I’m thinking about building a ‘FactChecker’ plugin that uses gpt and a set of ‘reputable’ sources to fact-check chat statements on request by the user, I already have a plugin (llmsearch on github) that includes all the web functionality I need.
Question, Should I:
- add another endpoint to llmsearch (how many are too many?) or ,
- copy the code base to serve as the basis for a new plugin?
Thoughts?