OpenAiBroker constructor

OpenAiBroker({
  1. Client? client,
})

Implementation

OpenAiBroker({Client? client}) : _http = client ?? Client();