Spaces:
Sleeping
Sleeping
include ollama in requirements file
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -24,3 +24,5 @@ numpy==1.26.4 # last NumPy supporting Python 3.10
|
|
| 24 |
|
| 25 |
# --- HTTP server ---
|
| 26 |
uvicorn==0.38.0
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
# --- HTTP server ---
|
| 26 |
uvicorn==0.38.0
|
| 27 |
+
|
| 28 |
+
ollama
|