Listens to mentions and replies with ChatGPT.
- Clone this repo:
git clone https://github.com/backmeupplz/farcaster-chatgpt
- Launch the mongo database locally
- Create
.env
with the environment variables listed below - Run
yarn
in the root folder - Run
yarn start
And you should be good to go! Feel free to fork and submit pull requests.
Name | Description |
---|---|
MONGO |
URL of the mongo database |
FARCASTER_MNEMONIC |
Mnemonic for the bot's account |
OPEN_AI_API_KEY |
OpenAI API key |
Also, please, consider looking at .env.sample
.