You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<imgsrc="./screenshots/header.jpeg"width="700"alt="Screenshot of a conversation between a person and ChatGPT" />
3
3
<h3>Integrate <ahref="https://openai.com/blog/chatgpt"target="_blank">ChatGPT</a> into Slack using a Slack app hosted on <ahref="https://workers.cloudflare.com"target="_blank">Cloudflare Workers</a>.</h3>
4
4
5
-
✨ Features • 🚀 Getting Started • 💻 Running the Project Locally • Built with ❤️ by Shape</div>
5
+
[✨ Features](https://github.com/shapehq/slack-chatgpt/#-features) • [🚀 Getting Started](https://github.com/shapehq/slack-chatgpt/#-getting-started) • [💻 Running the Project Locally](https://github.com/shapehq/slack-chatgpt/#-running-the-project-locally) • [Built with ❤️ by Shape](https://github.com/shapehq/slack-chatgpt/#built-with-%EF%B8%8F-by-shape)</div>
6
6
7
7
## ✨ Features
8
8
@@ -77,7 +77,7 @@ Make sure to add the Bots feature to the Slack app and add the following scopes:
77
77
-`im:history`
78
78
-`chat:write.public`
79
79
80
-
Take note of your bot's OAuth token and your app's signing secret as you will need [add bot to your Cloudflare worker later](https://github.com/shapehq/slack-chatgpt#add-your-secrets-to-the-cloudflare-worker).
80
+
Take note of your bot's OAuth token and your app's signing secret as you will need [add both to your Cloudflare worker later](https://github.com/shapehq/slack-chatgpt#add-your-secrets-to-the-cloudflare-worker).
0 commit comments