An open API service indexing awesome lists of open source software.

https://github.com/bmz1/serverless-discord-bot-chatgpt

Serverless Discord bot for ChatGPT
https://github.com/bmz1/serverless-discord-bot-chatgpt

chatgpt discord-bot lambda serverless

Last synced: 9 months ago
JSON representation

Serverless Discord bot for ChatGPT

Awesome Lists containing this project

README

          

# Serverless Discord ChatGPT bot

## Prerequisites

- Serverless `npm i -g serverless`
- Discord bot
- OpenAI API Key
- AWS Profile setup in `~/.aws/credentials`

## Setup

1. clone
2. `mv .env.exmaple .env`
3. fill in credentials
4. `serverless deploy`

## Running locally
- `serverless offline start`

## Remove
- `serverless destroy`