model property

Models model
getter/setter pair

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;