Chat

Trait Chat 

Source
pub trait Chat { }
Expand description

Indicates that a model supports synchronous chat completion.

Models implementing this trait can be used with the chat completion API API for real-time conversational interactions.

Implementors§