OpenAICompletion constructor

OpenAICompletion(
  1. OpenAIClient client,
  2. OpenAIConfig config
)

Implementation

OpenAICompletion(this.client, this.config);