Doc-chat / run.sh
Rulga's picture
Refactor run script and update requirements for API integration
0e8391a
raw
history blame
64 Bytes
#!/bin/bash
uvicorn app:app --host 0.0.0.0 --port 8000 --reload