An open API service indexing awesome lists of open source software.

https://github.com/davep/natter

An experimental ollama client for the terminal
https://github.com/davep/natter

ai ollama ollama-client python python3 terminal textual

Last synced: 8 months ago
JSON representation

An experimental ollama client for the terminal

Awesome Lists containing this project

README

          

# Natter

A wee experimental terminal-based chat client, built to mess around with the
[Python Ollama library](https://github.com/ollama/ollama-python).

![Natter in action](https://raw.githubusercontent.com/davep/natter/main/img/natter.png)

## Motivation

There are lots of good and very comprehensive terminal-based LLM clients out
there. Pretty much all of them are feature-rich and very busy, and most
concentrate on privacy-problematic backend engines.

I wanted to toy with something that was simple, direct, to the point, and
locally-based.

Also, this is a tinker toy so I can experiment with the library I've built
this around, and also experiment with how I can make use of a locally-hosted
LLM.

[//]: # (README.md ends here)