LLM Integration
- class LLMIntegration
This captures the integration of an LLM provider. It is designed to be subclassed and implemented for a specific LLM provider. It has one method, complete, which takes some untrusted input and returns the LLM’s output, unfiltered.