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:
```bash` OPENAI_API_KEY=... OPENAI_API_BASE_URL=https://api.openai.com/v1
## Usage
Install dependencies:
```bash
pnpm i
Run locally:
pnpm dev
Deploy with SST to AWS (How to init AWS/SST):
pnpm sst:deploy