Hey Folks,
I was building
dub.sh/LogoAI and trying to Add Helicone to it.
I'm using
Nebius for AI models. Is there any way I can use Helicone for it?
My Implementation of Nebius is like this.
const client = new OpenAI({
baseURL: "https://api.studio.nebius.ai/v1/",
apiKey: process.env.NEBIUS_API_KEY,
});