macleod-be
Results
1
issues of
macleod-be
Custom route.ts pointing to local gpt4free: shifted linenumbers -> suddenly added AI response? :-)
4
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:...