Spaces:
Runtime error
Runtime error
Akash1267a
commited on
Commit
•
cabbeff
1
Parent(s):
4f87ee8
Upload 2 files
Browse files- env-sample.txt +1 -0
- requirements.txt +5 -0
env-sample.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
OPENAI_API_KEY=""
|
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
langchain
|
3 |
+
openai
|
4 |
+
streamlit-chat
|
5 |
+
python-dotenv
|