Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -33,6 +33,8 @@ langchain-huggingface==1.2.0
|
|
| 33 |
|
| 34 |
# Hugging Face Hub: keep <1.0 to avoid HfFolder-removed breakages
|
| 35 |
huggingface-hub>=0.24,<1.0
|
|
|
|
|
|
|
| 36 |
|
| 37 |
# --------------------
|
| 38 |
# RL & offline RL
|
|
|
|
| 33 |
|
| 34 |
# Hugging Face Hub: keep <1.0 to avoid HfFolder-removed breakages
|
| 35 |
huggingface-hub>=0.24,<1.0
|
| 36 |
+
langchain-groq>=0.2.0
|
| 37 |
+
|
| 38 |
|
| 39 |
# --------------------
|
| 40 |
# RL & offline RL
|