This is a demo project aimed at showcasing the power of BreakYourLLM in robustly testing our LLM pipelines.
git clone https://github.com/ModelPulse/medLLM.git
cdd medLLM
pip install -r requirements.txt
uvicorn main:app --reload
or
uvicorn main:app --reload --port 8001
- Due to security purposes, we have redacted the API keys in the env files in config folder. Please add your API keys.