OpenAIChat constructor

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

Implementation

OpenAIChat(this.client, this.config);