ChatGPTClient constructor
ChatGPTClient({})
Implementation
ChatGPTClient(
{required this.apiKey,
this.model = "gpt-4",
this.systemPrompt = "You are a helpful assistant",
this.temperature = 0.5,
this.maxTokens = 1500});