Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.109.0
|
| 2 |
+
uvicorn==0.27.0
|
| 3 |
+
llama-cpp-python==0.2.55
|
| 4 |
+
huggingface-hub==0.20.3
|
| 5 |
+
duckduckgo-search==5.1.0
|
| 6 |
+
python-multipart==0.0.6
|
| 7 |
+
pydantic==2.6.1
|