Skip to content

noman-land/chad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chad

Chat to ChatGPT via Slack. Deployed via Cloudflare Workers.

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

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