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

https://github.com/noman-land/chad

Chat to ChatGPT via Slack
https://github.com/noman-land/chad

bot chad chatgpt cloudflare cloudflare-workers gpt-3 gpt3 openai openai-api slack slack-bot text-davinci-003

Last synced: 7 months ago
JSON representation

Chat to ChatGPT via Slack

Awesome Lists containing this project

README

          

# Chad

Chat to ChatGPT via Slack. Deployed via Cloudflare Workers.

You must have an env file called `.dev.vars` with the following variables

```env
SLACK_APP_ID=AXXXXXXXXXX
SLACK_BOT_TOKEN=xoxb-XXXXXXXXXXX-XXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXX
SLACK_SIGNING_SECRET=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
SLACK_VERIFICATION_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXX
OPEN_AI_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
CHAD_SLACK_ID=UXXXXXXXXXX
TUNNEL_URL=local.example.com
OPEN_AI_MODEL=gpt-3.5-turbo-0301
```