Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 877 Bytes

readme.md

File metadata and controls

28 lines (16 loc) · 877 Bytes

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