Update README.md
This commit is contained in:
parent
a8b7bd7662
commit
0420a0afd8
15
README.md
15
README.md
@ -1,9 +1,18 @@
|
|||||||
# lmcli
|
# lmcli
|
||||||
|
|
||||||
`lmcli` is a (Large) Language Model (and maybe other types of models) CLI.
|
`lmcli` is a (Large) Language Model CLI.
|
||||||
|
|
||||||
It currently allows you to perform one-shot prompts with `lmcli prompt
|
Current features:
|
||||||
<message>`, and persisted conversations are underway.
|
- 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
|
## Install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user