A bot powered by OpenAI ChatGPT and Dall-e.
To run the bot your'll need OpenAI API key. To deploy the bot to AWS you'll need AWS account and AWS CLI configured.
Put it to .env
file:
OPENAI_API_KEY=...
Install dependencies:
pnpm i
Run locally:
pnpm dev
Deploy with SST to AWS (How to init AWS/SST):
pnpm sst:deploy