A CLI chat app using the Groq API
Project description
llm-project
This is a command-line chatbot that maintains simple conversational context. This project uses GROQ to create a text-based AI assistant.
Here is a link to the PyPI package: https://pypi.org/project/cmc-csci040-JiyeonKim/.
Animated GIF example of the chat program.
The submodule markdown-compiler
$ cd markdown_compiler
$ chat
chat> does this project use regular expressions?
No. I grepped all of the python files for any uses of the `re` library and did not find any.
To check code coverage for the tools and chat.py:
$ coverage run -m doctest -v tools/*.py chat.py
$ coverage report -m
$ coverage html # if you want a line-by-line look at which lines are covered/uncovered.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cmc_csci040_jiyeonkim-0.1.3.tar.gz.
File metadata
- Download URL: cmc_csci040_jiyeonkim-0.1.3.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d4b44517961ac3614a5cc8ad13d3a091f8038ddab1d89ed2e24a9ab87074007
|
|
| MD5 |
6e69da98224d8c792752a80290c15395
|
|
| BLAKE2b-256 |
e4335b6fc618fc5e9548122da9cfb00ddcfb8cd602b37b3faaba107c64059a37
|
File details
Details for the file cmc_csci040_jiyeonkim-0.1.3-py3-none-any.whl.
File metadata
- Download URL: cmc_csci040_jiyeonkim-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b5f14d33c8a51b0232dd3ead8b7dce26187b41148932794707358f72bbf6274
|
|
| MD5 |
d747e16e21cf9e88f2ad36994eec4ccf
|
|
| BLAKE2b-256 |
b894e3548ed09f1dd39eafa811e4bdebc13e31ff423d504e6df1bb654cc75cf3
|