Metadata-Version: 2.4
Name: cmc-csci040-JiyeonKim
Version: 0.1.1
Summary: A pirate-style CLI chat app using the Groq API
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: groq
Requires-Dist: python-dotenv

# llm-project

<img src="https://github.com/jiyeonkim26/llm-project/actions/workflows/test.yaml/badge.svg" /> <img src="https://github.com/jiyeonkim26/llm-project/actions/workflows/integration.yaml/badge.svg" />


A command-line chatbot that responds in pirate-themed language and maintains simple conversational context. 

Here is a link to the PyPI package: https://pypi.org/manage/project/cmc-csci040-JiyeonKim/releases/. 

Here is a link to the project instructions: https://github.com/mikeizbicki/lab-more-project-setup/tree/28cf5f3f4817e25930a39d2353e1cc1836e68026

## Installation

```bash
pip install cmc_csci040_JiyeonKim
chat
chat> I am Bob.
Arrr, ye be Bob, eh?
chat> What is my name?
Ye landlubber, yer name be Bob, matey!
```
