LLM_Deployment / start.sh
Abhinav Deshpande
Add sh file
fbc9559 unverified
raw
history blame contribute delete
93 Bytes
#!/bin/bash
# Run FastAPI app with uvicorn
uvicorn app:app --host 0.0.0.0 --port 80 --reload