Reimplementation of LINC Paper for CS5134.
Make sure you have poetry installed.
Installing for usage:
poetry install
Installing for development:
poetry install --with dev
poetry run pre-commit install
For Linux, run
bash install_dataset.sh
For Windows, run
.\install_dataset.ps1
To use the API Models in models.py
, we need some API keys setup in the local env. Adhering to the naming conventions in .env.example
, create a .env
file in the root folder and add in the corresponding API key.
Go to this site to get a Gemini API key.
GOOGLE_API_KEY="API KEY HERE"
Go to this site to get a Cohere API key.
COHERE_API_KEY="API KEY HERE"