dubswayAgenticV2 / start-server.bat
peace2024's picture
chatbot add
22d1e2b
raw
history blame
169 Bytes
@echo off
echo πŸ” Activating virtual environment...
call .\myenv\Scripts\activate
echo πŸš€ Starting FastAPI server...
python -m uvicorn app.main:app --reload
pause