First set up the required project requirements
1
Sign up to get an API key
- Create an account here
- Create an API key on the dashboard
2
Setup the environment
- create a file called
.env
, and add your API key there, together with the LLM to be used:
- Create a python environment
- Install the required dependencies