FluenticConfig constructor
FluenticConfig({})
Implementation
FluenticConfig({
required this.apiKey,
this.model = "gpt-3.5-turbo-1106",
this.baseUrl = "https://api.openai.com/v1",
this.defaultSystemPrompt, // Can be null
});