Spaces:
Runtime error
Runtime error
gamingflexer
commited on
Commit
·
f15cf10
1
Parent(s):
b8ea663
Add requirements.txt and .env.example files
Browse files- requirements.txt +4 -0
- src/.env.example +1 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
langchain
|
3 |
+
langsmith
|
4 |
+
python-decouple
|
src/.env.example
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
OPENAI_API_KEY=""
|