ChatbotService constructor
ChatbotService({})
Implementation
ChatbotService({
required this.apiKey,
required this.systemPrompt,
this.temperature = 0.7,
this.maxTokens = 4000, // Default max tokens
this.model = 'gpt-3.5-turbo', // Default model
});