LLM plugin providing access to the ELIZA language model. 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).
Install this plugin in the same environment as LLM.
llm install llm-elizaStart an interactive chat session:
llm chat -m elizaAsk a one-off query:
llm -m eliza "i'm worried about computers."
# => What do you think machines have to do with your problem?To set up this plugin locally, first checkout the code. Then install it:
llm install -e .To run the tests:
uv sync
uv run python -m unittest discover -s tests -v