Metadata-Version: 2.4
Name: cmc-csci040-preslie
Version: 0.1.1
Summary: Pirate chat app
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: groq
Requires-Dist: python-dotenv
Requires-Dist: pytest
Requires-Dist: coverage
Dynamic: license-file

# cmc-csci040-preslie

![Doctest](https://github.com/preslielampitt/llm-lab/actions/workflows/tests.yaml/badge.svg)&nbsp;
![Integration Tests](https://github.com/preslielampitt/llm-lab/actions/workflows/integration-tests.yaml/badge.svg)&nbsp;

A simple pirate-style chat application built with the Groq API.

## Description

This project lets a user chat with an AI assistant that responds like a pirate. It includes a `Chat` class for sending messages and a `repl()` function for running the program interactively in the terminal.

## Installation

Clone the project and install it:

```bash
pip install -e .
