btw, this constructor would otherwise read the same env var if I didn't pass this: ```js construct

btw, this constructor would otherwise read the same env var if I didn't pass this:
  constructor({
    apiKey = Core.readEnv('OPENAI_API_KEY'),
    organization = Core.readEnv('OPENAI_ORG_ID') ?? null,
    ...opts
  }: ClientOptions = {}) {
Was this page helpful?