Update ollama.sh
Browse files
ollama.sh
CHANGED
@@ -16,4 +16,5 @@ ollama pull all-minilm
|
|
16 |
|
17 |
# Start FastAPI reverse proxy
|
18 |
echo "🔀 Starting FastAPI reverse proxy on port 7860..."
|
19 |
-
exec python -m uvicorn ollama:app --host 0.0.0.0 --port 7860 --proxy-headers
|
|
|
|
16 |
|
17 |
# Start FastAPI reverse proxy
|
18 |
echo "🔀 Starting FastAPI reverse proxy on port 7860..."
|
19 |
+
#exec python -m uvicorn ollama:app --host 0.0.0.0 --port 7860 --proxy-headers
|
20 |
+
exec node ollama.js
|