Skip to main content

title: “SDK Example (Node.js)” description: “OpenAI Node SDK”

import OpenAI from "openai";
const client = new OpenAI({ apiKey: process.env.API_KEY, baseURL: "https://api.aiid.edu.kg" });