Metadata-Version: 2.4
Name: cmc-cs040-chisatokamakura
Version: 0.1.1
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 

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

This lab sets up the code for the upcoming LLM project. 

## This lab demonstrates: 

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

Link to my PYPI project: https://pypi.org/project/cmc-cs040-chisatokamakura/0.1.0/
