PAYAL / start_server.bat
abeerrai01
INTIAL
382ea2d
raw
history blame contribute delete
329 Bytes
@echo off
echo Starting Payal Farmer Advisory Chatbot API Server...
echo.
echo Make sure you have:
echo 1. Created .env file with GOOGLE_API_KEY
echo 2. Installed dependencies: pip install -r requirements.txt
echo 3. firebase_key.json is in the project directory
echo.
pause
uvicorn main:app --reload --host 0.0.0.0 --port 8000