GPTService constructor

GPTService(
  1. String apiKey,
  2. GPTModel gptModel
)

Implementation

GPTService(this.apiKey, this.gptModel);