Represents a specialized implementation of the LLMProvider
class corresponding to the Google provider.
The Google
object is a predefined instance of LLMProvider
, with its id
and display
properties set to "google" and "Google" respectively. It serves as an enumeration-like representation to identify and work with the Google Large Language Model provider in the system.
This object can be used in situations where the provider-specific attributes or operations related to Google's language model are required.