horizon-ui / shadcn-nextjs-boilerplate

Shadcn UI NextJS Boilerplate ⚡️ Free Open-source ChatGPT UI Admin Dashboard Template - Horizon AI Boilerplate
https://horizon-ui.com/shadcn-nextjs-boilerplate
MIT License
344 stars 104 forks source link

OpenAI API Key #2

Closed cgberlin closed 1 month ago

cgberlin commented 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

simmmpleweb commented 1 month ago

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!