Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Providers

In LatchLM a provider is a struct that implements the AiProvider trait, encapsulating the logic to interact with a given API. In addition to some providers implemented by LatchLM and available through feature flags, users can also implement their own providers by implementing the AiProvider trait.