You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"]
});
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: