https://github.com/jacksmithxyz/pllama
Pretty print for Ollama
https://github.com/jacksmithxyz/pllama
ollama python uv
Last synced: 4 months ago
JSON representation
Pretty print for Ollama
- Host: GitHub
- URL: https://github.com/jacksmithxyz/pllama
- Owner: jacksmithxyz
- Created: 2025-01-15T14:33:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T14:24:06.000Z (6 months ago)
- Last Synced: 2025-02-22T22:53:49.444Z (5 months ago)
- Topics: ollama, python, uv
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pllama
pllama is a way to pretty print output from Ollama models in your terminal.
Here is an example of what the output from pllama looks like.

pllama is currently a work in progress, and has some bugs.
Some features I'd like to work on include:
- CLI input to pass in a prompt
- Model to be used
- Possibly a way to save/export chats## Running pllama
pllama is currently using uv as the package manager and is also the way to run and install the script.
You will need `uv` installed.
1. Clone the repo
2. Run `uv sync` from inside of the repo
3. Run `uv run main.py` to run the scriptpllama is open to contributions. Please fork the project, create a new branch with the changes, and then submit a pull request. Thank you!