- Python 3.7+
- pip
- OpenAI API Key
-
Clone the repo:
git clone https://github.com/AdieLaine/lnu-ai.git
-
Install Python packages:
pip install -r requirements.txt
-
Copy the .env.example file and create a new .env file.
-
Replace "your-openai-key" in the .env file with your actual OpenAI API Key.
-
If required, replace other variables in the .env file based on your configuration.