Metadata-Version: 2.4
Name: cmc-csci40-MeganTu
Version: 1.0.1
Summary: An LLM in python that chats like a pirate using a GROQ API key and calls tools (calculate, ls, cat, grep).
Author-email: Megan Tu <mtu@students.pitzer.edu>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: groq
Requires-Dist: python-dotenv

# LLM Project

[![doctests](https://github.com/megan-tu/project-llm/actions/workflows/doctest.yml/badge.svg)](https://github.com/megan-tu/project-llm/actions/workflows/doctest.yml)

[![integration-tests](https://github.com/megan-tu/lab-llm/actions/workflows/integration.yml/badge.svg)](https://github.com/megan-tu/lab-llm/actions/workflows/integration.yml)

[![flake8](https://github.com/megan-tu/project-llm/actions/workflows/flake8.yml/badge.svg)](https://github.com/megan-tu/project-llm/actions/workflows/flake8.yml)

[![codecov](https://codecov.io/github/megan-tu/project-llm/graph/badge.svg?token=XO6FOSHPB6)](https://codecov.io/github/megan-tu/project-llm)

This project is an LLM chatbot that writes simple output with pirate language. It can also call tools, such as calculate, cat, ls, and grep.

Here's the link to my [PyPI project](https://pypi.org/project/cmc-csci040-MeganTu/).
