Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
fastapi==0.109.0
|
| 2 |
uvicorn==0.27.0
|
| 3 |
-
llama-cpp-python=
|
| 4 |
huggingface-hub==0.20.3
|
| 5 |
duckduckgo-search==5.1.0
|
| 6 |
python-multipart==0.0.6
|
|
|
|
| 1 |
fastapi==0.109.0
|
| 2 |
uvicorn==0.27.0
|
| 3 |
+
llama-cpp-python>=0.3.0
|
| 4 |
huggingface-hub==0.20.3
|
| 5 |
duckduckgo-search==5.1.0
|
| 6 |
python-multipart==0.0.6
|