Private
Public Access
1
0
2023-11-14 17:04:44 +00:00
2023-11-14 17:04:12 +00:00
2023-11-04 13:35:23 -06:00
2023-11-13 06:33:47 +00:00
2023-11-14 17:04:12 +00:00
2023-11-14 17:04:44 +00:00

lmcli

lmcli is a (Large) Language Model CLI.

Current features:

  • Perform one-shot prompts with lmcli prompt <message>
  • Manage persistent conversations with the new, reply, view, and rm sub-commands.

Planned features:

  • Ask questions about content received on stdin
  • "functions" to allow reading (and possibly writing) to local files

Maybe features:

  • Natural language image generation, iterative editing

Install

$ go install git.mlow.ca/mlow/lmcli@latest

Usage

Invoke lmcli at least once:

$ lmcli help

Edit ~/.config/lmcli/config.yaml and set openai.apiKey to your API key.

Refer back to the output of lmcli help for usage.

Enjoy!

Description
lmcli is a (Large) Language Model CLI
Readme 1.7 MiB
Languages
Go 100%