Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacksmithxyz/pllama
Pretty print for Ollama
https://github.com/jacksmithxyz/pllama
ollama python uv
Last synced: 12 days ago
JSON representation
Pretty print for Ollama
- Host: GitHub
- URL: https://github.com/jacksmithxyz/pllama
- Owner: jacksmithxyz
- Created: 2025-01-15T14:33:02.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2025-01-15T22:02:32.000Z (21 days ago)
- Last Synced: 2025-01-15T23:46:36.256Z (21 days ago)
- Topics: ollama, python, uv
- Language: Python
- Homepage:
- Size: 13.7 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.
![Screenshot 2025-01-15 at 21 16 11](https://github.com/user-attachments/assets/c29f1f4c-b386-4cd5-8bb3-b988c9475e75)
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!