Skip to content

ag-python/llm-eliza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-eliza

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).

Installation

Install this plugin in the same environment as LLM.

llm install llm-eliza

Usage

Start an interactive chat session:

llm chat -m eliza

Ask a one-off query:

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

Development

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages