llmcli icon indicating copy to clipboard operation
llmcli copied to clipboard

llmcli

A command line interface for using some large language models.

Support models:

  • OpenAI's ChatGPT
  • Other models when I want to use them. I might end up hooking this up to huggingface and gpt

Install:

pip install large-language-model-cli

chatgpt

llmcli chatgpt "prompt"

Prompts for password if necessarily. Saves a session tokken

Use --login to force a new login.

Prior work