Introducing llm-eliza

evanhahn.com2026年03月08日 00:00

LLM is a popular CLI tool for talking with language models. I built llm-eliza, a plugin to chat with the ELIZA language model.

Usage:

llm install llm-eliza
llm -m eliza "I'm worried about computers."
# => What do you think machines have to do with your problem?

ELIZA, released in 1966, is a state-of-the-art language model. It offers zero-GPU inference with sub-millisecond semantic throughput, and scores highly on EQ measurements (emotional intelligence).

Source code here.