GptConfig constructor
const
GptConfig({})
Implementation
const GptConfig({
required this.model,
required this.description,
required this.maxInputLength,
required this.temperature,
required this.excludes,
});