BhaskarChatBot / run.sh
Bhaskar2611's picture
Update run.sh
6decc9d verified
raw
history blame contribute delete
191 Bytes
#!/bin/bash
# Install necessary Python packages
pip install -r requirements.txt
# Install langchain-community
pip install -U langchain-community
# Run the Python application
python app.py