class Riffer::Providers::Base

Base class for all LLM providers in the Riffer framework.

Provides a template-method flow for text generation and streaming. Subclasses implement five hook methods; the base class orchestrates them.

==== Hook methods