Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 312 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 312 Bytes

LangurLLM

Installation

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