LangurLLM Installation Clone the repository git clone https://github.com/langur-treehacks/llm.git Set up .env file (refer to .env.example): touch .env nano .env Install the dependencies pip install -r requirements.txt Run the app python ./app.py