Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
requests
|
| 3 |
openai
|
|
@@ -7,8 +9,6 @@ pyyaml
|
|
| 7 |
huggingface_hub
|
| 8 |
bcrypt
|
| 9 |
pytz
|
| 10 |
-
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 11 |
-
llama-cpp-python
|
| 12 |
# --- RAG CORE ---
|
| 13 |
langchain
|
| 14 |
langchain-community
|
|
|
|
| 1 |
+
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
| 2 |
+
llama-cpp-python
|
| 3 |
streamlit
|
| 4 |
requests
|
| 5 |
openai
|
|
|
|
| 9 |
huggingface_hub
|
| 10 |
bcrypt
|
| 11 |
pytz
|
|
|
|
|
|
|
| 12 |
# --- RAG CORE ---
|
| 13 |
langchain
|
| 14 |
langchain-community
|