Compare commits

..

2 Commits

Author SHA1 Message Date
71928498b0 Add lmcli rename to rename conversations 2023-11-29 15:30:11 +00:00
f1131b24e8 Fix README errors 2023-11-29 15:29:14 +00:00

View File

@ -34,12 +34,12 @@ towards context usage.
Available tools: Available tools:
- `read_dir` - Read the contents of a directory. - `read_dir` - Read the contents of a directory
- `read_file` - Read the contents of a file. - `read_file` - Read the contents of a file
- `write_file` - Write contents to a file. - `write_file` - Write contents to a file
- `file_insert_lines` - Insert lines at a position within a file. Tricky for - `file_insert_lines` - Insert lines at a position within a file. Tricky for
the model to use, but can potentially save tokens. the model to use, but can potentially save tokens.
- `file_replace_lines` - Remove or replace a range of lines within a file. Even - `file_insert_lines` - Remove or replace a range of lines within a file. Even
trickier for the model to use. trickier for the model to use.
## Install ## Install