@echo off cd /d "%~dp0\.." python -m uvicorn ai_trade.main:app --host 0.0.0.0 --port 8001