GroqConfig constructor
const
GroqConfig({})
Implementation
const GroqConfig({
required this.apiKey,
this.baseUrl = ProviderDefaults.groqBaseUrl,
this.model = ProviderDefaults.groqDefaultModel,
this.maxTokens,
this.temperature,
this.systemPrompt,
this.timeout,
this.topP,
this.topK,
this.tools,
this.toolChoice,
LLMConfig? originalConfig,
}) : _originalConfig = originalConfig;