Trait Provider

Source
pub trait Provider<T, E>: Execute<T, E> { }
Expand description

LLM inference provider. Consumes text input, produces text output.

Implementorsยง