Metadata-Version: 2.4
Name: cmc-csci040-annaryan
Version: 0.0.2
Summary: LLM chat lab project
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: groq
Requires-Dist: python-dotenv

# docsum / llm-inclass

[![Doctests](https://github.com/aryan00-hub/llm-inclass/actions/workflows/doctests.yml/badge.svg)](https://github.com/aryan00-hub/llm-inclass/actions/workflows/doctests.yml)
[![Integration Tests](https://github.com/aryan00-hub/llm-inclass/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/aryan00-hub/llm-inclass/actions/workflows/integration-tests.yml)

A simple Python LLM chat project using Groq, with doctests, coverage, CI, and PyPI packaging.

PyPI: https://pypi.org/project/cmc-csci040-annaryan/
