Medical-Bot A LLM based chatbot for medicl related query How to run ? Steps Project repo: hhtps://github.com/ STEP 1: Create conda environment after opening the repository conda create -n medibot python=3.10 -y conda activate medibot STEP 2: Install the requirements pip install -r requirements.txt