Metadata-Version: 2.4
Name: cmc-cs040-chisatokamakura
Version: 0.1.0
Summary: LLM-based chat/document summarization project for CSC040
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: groq
Requires-Dist: python-dotenv

# lab-docsum 

[![tests](https://github.com/chisatokamakura/lab-docsum/actions/workflows/doctest.yml/badge.svg)](https://github.com/chisatokamakura/lab-docsum/actions/workflows/doctest.yml)

A lab that sets up the code for the upcoming LLM project. 

## What this code explains: 

1. How to write "test cases for your test cases"
2. How to get LLMs working in github actions
3. How to let other people "pip install" your projects
