Compare commits

..

2 Commits

Author SHA1 Message Date
1e8ff60c54 Add lmcli rename to rename conversations 2023-11-29 15:33:25 +00:00
af2fccd4ee Fix README errors 2023-11-29 15:33:25 +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_insert_lines` - Remove or replace a range of lines within a file. Even - `file_replace_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