MHamdan commited on
Commit
3331a87
·
1 Parent(s): d520909

Add Streamlit secrets example file

Browse files
Files changed (1) hide show
  1. .streamlit/secrets.toml.example +5 -0
.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"