model property
The model to use for AI completion.
This should be an instance of a class that extends Models. Documentation and available models can be found here: AICompletion
Implementation
Models model;
The model to use for AI completion.
This should be an instance of a class that extends Models. Documentation and available models can be found here: AICompletion
Models model;