Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 158 Bytes
e4e0e54 |
1 2 3 4 5 6 7 |
import { Configuration, OpenAIApi } from "openai"
export const openai = new OpenAIApi(
new Configuration({
apiKey: process.env.VC_OPENAI_API_KEY
})
) |