slack-gpt icon indicating copy to clipboard operation
slack-gpt copied to clipboard

A ChatGPT bot for Slack.

Results 2 slack-gpt issues
Sort by recently updated
recently updated
newest added

I successfully set this up today on GCP App Engine standard using this as my app.yaml file: ``` runtime: python311 env_variables: OPENAI_API_KEY: 'sk-xxxxx' SLACK_APP_TOKEN: 'xapp-xxxxxx' SLACK_BOT_TOKEN: 'xoxb-xxxxxx' MODEL: 'gpt-4' handlers:...

Hi, I've been trying to follow the setup instructions but they seem wrong, or at least in the wrong order.