Update requirements.txt
Browse files- requirements.txt +2 -7
requirements.txt
CHANGED
|
@@ -1,13 +1,8 @@
|
|
| 1 |
-
# Nur Brain - Requirements
|
| 2 |
-
# FastAPI Framework
|
| 3 |
fastapi==0.109.2
|
| 4 |
uvicorn[standard]==0.27.1
|
| 5 |
pydantic==2.6.1
|
| 6 |
pydantic-settings==2.1.0
|
| 7 |
-
|
| 8 |
-
# LLM
|
| 9 |
llama-cpp-python==0.2.56
|
| 10 |
-
|
| 11 |
-
# Utilities
|
| 12 |
python-multipart==0.0.9
|
| 13 |
-
python-dotenv==1.0.1
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi==0.109.2
|
| 2 |
uvicorn[standard]==0.27.1
|
| 3 |
pydantic==2.6.1
|
| 4 |
pydantic-settings==2.1.0
|
|
|
|
|
|
|
| 5 |
llama-cpp-python==0.2.56
|
|
|
|
|
|
|
| 6 |
python-multipart==0.0.9
|
| 7 |
+
python-dotenv==1.0.1
|
| 8 |
+
huggingface-hub==0.20.3
|