Muhammad Qasim
commited on
Commit
·
6b62414
1
Parent(s):
520da56
secrets.toml ➕
Browse files- .gitignore +1 -0
- .streamlit/config.toml +0 -0
- .streamlit/secrets.toml.example +2 -0
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
# Byte-compiled / optimized / DLL files
|
2 |
__pycache__/
|
3 |
*.py[cod]
|
|
|
1 |
+
secrets.toml
|
2 |
# Byte-compiled / optimized / DLL files
|
3 |
__pycache__/
|
4 |
*.py[cod]
|
.streamlit/config.toml
ADDED
File without changes
|
.streamlit/secrets.toml.example
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
OPENAI_API_KEY='PASTE YOUR API HERE'
|
2 |
+
HUGGINGFACEHUB_API_TOKEN='PASTE YOUT API HERE'
|