Add Streamlit secrets example file
Browse files
.streamlit/secrets.toml.example
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copy to secrets.toml and fill in your keys
|
| 2 |
+
# DO NOT commit secrets.toml!
|
| 3 |
+
|
| 4 |
+
GROQ_API_KEY = "example - put the real"
|
| 5 |
+
HF_TOKEN = "example - put the real"
|