Spaces:
Sleeping
Sleeping
shashankkandimalla
commited on
Commit
•
4502067
1
Parent(s):
5d23558
Add application file
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -5,7 +5,8 @@ crewai>=0.1.24,<0.2.0
|
|
5 |
langchain-google-genai<1.1.0,>=1.0.4
|
6 |
langchain-core<0.3.0,>=0.1.45
|
7 |
langsmith<0.2.0,>=0.1.0
|
8 |
-
|
|
|
9 |
fastapi>=0.74
|
10 |
requests==2.27.*
|
11 |
-
uvicorn[standard]==0.17.*
|
|
|
5 |
langchain-google-genai<1.1.0,>=1.0.4
|
6 |
langchain-core<0.3.0,>=0.1.45
|
7 |
langsmith<0.2.0,>=0.1.0
|
8 |
+
langchain_groq
|
9 |
+
streamlit
|
10 |
fastapi>=0.74
|
11 |
requests==2.27.*
|
12 |
+
uvicorn[standard]==0.17.*
|