GroqProvider constructor

GroqProvider(
  1. GroqConfig config
)

Implementation

GroqProvider(this.config) : _client = GroqClient(config) {
  // Initialize capability modules
  _chat = GroqChat(_client, config);
}