Spaces:
Runtime error
Runtime error
Mahadih534
commited on
Commit
•
0a24c8b
1
Parent(s):
3025069
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# GRADIO building web apps with Python
|
2 |
+
gradio
|
3 |
+
|
4 |
+
# OpenAI is a library for accessing the OpenAI API
|
5 |
+
openai
|
6 |
+
|
7 |
+
# LangChain is a framework for building LLM-powered applications
|
8 |
+
langchain
|
9 |
+
|
10 |
+
# os for environment
|
11 |
+
os
|