GroqChat constructor

GroqChat(
  1. String _model,
  2. String _apiKey,
  3. GroqChatSettings _settings
)

GroqChat constructor model the model id apiKey the api key settings the chat settings

Implementation

GroqChat(this._model, this._apiKey, this._settings);