MedChat / start_server.bat
huydt11502
Add RAG integration: Flask API server, disease selector, evaluation system with improved case generation
74b76f3
raw
history blame contribute delete
141 Bytes
@echo off
cd /d "%~dp0"
echo Starting RAG API Server...
echo This will take 30-60 seconds to load models...
echo.
python api_server.py
pause