Metadata-Version: 2.4
Name: LLM-Lab-Setup
Version: 0.1.2
Summary: LLM chat REPL using Groq API
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: groq
Requires-Dist: python-dotenv

# LLM project setup

![doctest](https://github.com/Jogo2002/LLM_lab/workflows/doctests/badge.svg)&nbsp;

[![integration-test](https://github.com/Jogo2002/LLM_lab/actions/workflows/integration-test.yml/badge.svg)](https://github.com/Jogo2002/LLM_lab/actions/workflows/integration-test.yml)

A command-line chat application built in Python that uses the Groq API to send prompts and display responses in an interactive REPL. The project is packaged so it can be tested with GitHub Actions and installed from PyPI as a command-line tool.

## PyPI

https://pypi.org/project/LLM-Lab-Setup/

## Installation

```bash
pip install LLM-Lab-Setup
