hahahumble / speechgpt

💬 SpeechGPT is a web application that enables you to converse with ChatGPT.
https://speechgpt.app
MIT License
2.74k stars 404 forks source link

Add one click deploy option #38

Closed Misaka-9982-coder closed 1 year ago

Misaka-9982-coder commented 1 year ago

Use the .env.example file as a template for creating a .env file to ensure sensitive API keys are not accidentally leaked.

Implement a one-click deployment option with Vercel to streamline the deployment process.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
speechgpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 6, 2023 0:49am
hahahumble commented 1 year ago

Docker requires the '.env' file to set environment variables, so I change the name back

Misaka-9982-coder commented 1 year ago

Docker requires the '.env' file to set environment variables, so I change the name back

👌This is not a big problem.