This commit is contained in:
Jaime Freire 2023-12-02 19:31:43 +01:00
parent 902190b93b
commit 4a98dff754

View File

@ -24,7 +24,7 @@ Return first the background hexadecimals, put a ||| separator, and then all the
Do not include markdown "\`\`\`" or "\`\`\`html" at the start or end.`
const openai = new OpenAI({
apiKey: process.env.OPENAI_API_TOKEN,
apiKey: process.env.OPENAI_API_KEY,
})
export const runtime = 'edge'