jbilcke-hf's picture
jbilcke-hf HF Staff
add support for real-time
198274c
raw
history blame contribute delete
118 Bytes
import OpenAI from "openai";
export const openai = new OpenAI({
apiKey: `${process.env.VC_OPENAI_API_KEY || ""}`
})