macleod-be

Results 1 issues of macleod-be

My setup in route.ts ... // const response = await fetch("https://api.openai.com/v1/chat/completions", { const response = await fetch("http://localhost:1337/v1/chat/completions", { headers: { "Content-Type": "application/json", // Authorization: `Bearer ${process.env.OPENAI_API_KEY}`, }, ... Input File:...