jbilcke-hf's picture
jbilcke-hf HF staff
add "movie director assistant" LLM step
e4e0e54
raw
history blame
158 Bytes
import { Configuration, OpenAIApi } from "openai"
export const openai = new OpenAIApi(
new Configuration({
apiKey: process.env.VC_OPENAI_API_KEY
})
)