This project provides working sample implementations of several use cases involving Large Language Models.
We've provided anaconda environment configuration with the project.
- Goto anaconda prompt
- Create environment> conda env create -f environment.yml
- Activate environment> conda activate llm-lab
- Open in jupyter lab or your favorite IDE> jupyter lab
- Make sure to create and save .env file in the project root folder. Save the keys such as OPENAI_API_KEY=
- Summarizing a web page
- Summarizing news stories from a news aggregator