We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e88bce commit f134b55Copy full SHA for f134b55
3 files changed
.env.sample
@@ -0,0 +1,5 @@
1
+SLACK_APP_TOKEN=YOUR_SLACK_APP_TOKEN
2
+SLACK_BOT_TOKEN=YOUR_SLACK_BOT_TOKEN
3
+# SLACK_API_URL=YOUR_SLACK_API_URL
4
+# This template uses OpenAI, but you can use any other provider!
5
+OPENAI_API_KEY=YOUR_OPENAI_API_KEY
.gitignore
@@ -15,7 +15,7 @@ __pycache__/
15
env*/
16
venv/
17
.venv*
18
-.env*
+.env
19
20
# codecov / coverage
21
.coverage
requirements.txt
@@ -7,3 +7,4 @@ openai
7
pytest
8
flake8
9
black
10
+python-dotenv
0 commit comments