Closed cgberlin closed 1 month ago
You have a public/hardcoded OpenAI API key in your repo, hopefully you've killed it off by now, but probably worth removing the reference.
https://github.com/horizon-ui/shadcn-nextjs-boilerplate/blob/main/app/api/s3-upload/route.js
Hello, @cgberlin! Indeed, that key is not active, but we replaced it with process.env.NEXT_PUBLIC_OPENAI_API_KEY as it should have been in the first place. Thank you for noticing!
process.env.NEXT_PUBLIC_OPENAI_API_KEY
You have a public/hardcoded OpenAI API key in your repo, hopefully you've killed it off by now, but probably worth removing the reference.
https://github.com/horizon-ui/shadcn-nextjs-boilerplate/blob/main/app/api/s3-upload/route.js