We have a bit different setup with our env so I need to pass in the env key. Would be great if you support the standard way ala. how OpenAI does it for their SDK.
const openai = new OpenAI({
apiKey: 'My API Key', // defaults to process.env["OPENAI_API_KEY"]
});
We have a bit different setup with our env so I need to pass in the env key. Would be great if you support the standard way ala. how OpenAI does it for their SDK.