Update README.md

This commit is contained in:
Matt Low 2024-01-11 10:25:52 -07:00
parent 51ce74ad3a
commit fa966d30db
1 changed files with 8 additions and 12 deletions

View File

@ -4,29 +4,25 @@
Current features: Current features:
- Perform one-shot prompts with `lmcli prompt <message>` - Perform one-shot prompts with `lmcli prompt <message>`
- Manage persistent conversations with the `new`, `reply`, `view`, and `rm` - Manage persistent conversations with the `new`, `reply`, `view`, `rm`,
sub-commands. `edit`, `retry`, `continue` sub-commands.
- Syntax highlighted output - Syntax highlighted output
- Tool calling, see the [Tools](#tools) section. - Tool calling, see the [Tools](#tools) section.
Planned features:
- Ask questions about content received on stdin
- Conversation editing
Maybe features: Maybe features:
- Chat-like interface (`lmcli chat`) for rapid back-and-forth conversations
- Support for additional models/APIs besides just OpenAI - Support for additional models/APIs besides just OpenAI
- Natural language image generation, iterative editing
## Tools ## Tools
Tools must be explicitly enabled by adding the tool's name to the Tools must be explicitly enabled by adding the tool's name to the
`openai.enabledTools` array in `config.yaml`. `openai.enabledTools` array in `config.yaml`.
Note: all filesystem related tools operate relative to the current directory Note: all filesystem related tools operate relative to the current directory
only. They do not accept absolute paths, and all efforts are made to ensure only. They do not accept absolute paths, and efforts are made to ensure they
they cannot escape above the working directory (not quite using chroot, but in cannot escape above the working directory). **Close attention must be paid to
effect). **Close attention must be paid to where you are running `lmcli`, as where you are running `lmcli`, as the model could at any time decide to use one
the model could at any time decide to use one of these tools to discover and of these tools to discover and read potentially sensitive information from your
read potentially sensitive information from your filesystem.** filesystem.**
It's best to only have tools enabled in `config.yaml` when you intend to be It's best to only have tools enabled in `config.yaml` when you intend to be
using them, since their descriptions (see `pkg/cli/functions.go`) count towards using them, since their descriptions (see `pkg/cli/functions.go`) count towards