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
This throws me an Error: "The OPENAI_API_KEY environment variable is missing or empty; either provide it, or instantiate the OpenAI client with an apiKey option, like new OpenAI({ apiKey: 'My API Key' })."
So when adding the apiKey the error doesn't appear, but when I now try to do an embedding like so:
What happened?
I want to use Azure as my OpenAi Provider.
I have created a deployment on Azure and received my credentials.
Upon following the Doc here to connect to Helicone with Azure (NodeJs) -> It just doesn't work.
apiKey
property in the root). Like so:This throws me an Error: "The OPENAI_API_KEY environment variable is missing or empty; either provide it, or instantiate the OpenAI client with an apiKey option, like new OpenAI({ apiKey: 'My API Key' })."
apiKey
the error doesn't appear, but when I now try to do an embedding like so:I just get a 404 Error, saying "Resource not found".
So basically the Azure Doc of Helicone has to be outdated.
I am using "openai": "^4.58.1"
Relevant log output
No response
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: