GptChatCompletionRequest constructor
GptChatCompletionRequest({})
Implementation
GptChatCompletionRequest({required this.model, required this.messages, this.temperature, this.user, this.stream, this.frequencyPenalty, this.maxTokens, this.n, this.presencePenalty, this.topP});