Thanks to visit codestin.com
Credit goes to github.com

Skip to content

oldheadsouf/llm-nous

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-nous

PyPI Changelog Tests License

Access nouseresearch.com Hermes models via simonw's llm cli

Installation

Install this plugin in the same environment as LLM.

llm install llm-nous

Usage

Obtain a Nous API key and save it like this:

llm keys set nous
# <Paste key here>

Run llm models to get a list of models.

Run prompts like this:

llm -m Hermes-4-405B 'five great names for a pet ocelot'
llm -m Hermes-4-70B 'how to reverse a linked list in python'

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd llm-nous
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

llm install -e '.[test]'

To run the tests:

pytest

About

Use Nous Research Hermes 4 models in simonw/llm cli

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%