We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b387ecf commit 9963b3dCopy full SHA for 9963b3d
.env.sample
@@ -1,5 +1,9 @@
1
-SLACK_APP_TOKEN=YOUR_SLACK_APP_TOKEN
2
-SLACK_BOT_TOKEN=YOUR_SLACK_BOT_TOKEN
+# Optional, uncomment and set when running without the Slack CLI (python3 app.py).
+# SLACK_APP_TOKEN=YOUR_SLACK_APP_TOKEN
3
+# SLACK_BOT_TOKEN=YOUR_SLACK_BOT_TOKEN
4
+
5
+# Optional, uncomment and set when using a custom Slack instance.
6
# SLACK_API_URL=YOUR_SLACK_API_URL
-# This template uses OpenAI, but you can use any other provider!
7
8
+# Required, set your OpenAI API key.
9
OPENAI_API_KEY=YOUR_OPENAI_API_KEY
0 commit comments