Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ langchain>=0.1.0
|
|
8 |
langchain-community>=0.0.1 # Correct package name (hyphen, not underscore)
|
9 |
openai>=1.0.0
|
10 |
python-dotenv>=1.0.0
|
11 |
-
groq>=0.5.0 # Add Groq SDK if needed
|
|
|
|
8 |
langchain-community>=0.0.1 # Correct package name (hyphen, not underscore)
|
9 |
openai>=1.0.0
|
10 |
python-dotenv>=1.0.0
|
11 |
+
groq>=0.5.0 # Add Groq SDK if needed
|
12 |
+
streamlit_ace
|