Trait LLM

Source
pub trait LLM:
    Complete
    + Chat
    + HasCapability { }

Implementors§

Source§

impl<T> LLM for T