Update README
This commit is contained in:
parent
1e8ff60c54
commit
f6ded3e20e
10
README.md
10
README.md
@ -18,8 +18,8 @@ Maybe features:
|
||||
- Natural language image generation, iterative editing
|
||||
|
||||
## Tools
|
||||
There are a few tools available, which must be explicitly enabled by
|
||||
adding the tool name to the `openai.enabledTools` array in `config.yaml`.
|
||||
Tools must be explicitly enabled by adding the tool's name to the
|
||||
`openai.enabledTools` array in `config.yaml`.
|
||||
|
||||
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
|
||||
@ -28,9 +28,9 @@ effect). **Close attention must be paid to where you are running `lmcli`, as
|
||||
the model could at any time decide to use one of these tools to discover and
|
||||
read potentially sensitive information from your filesystem.**
|
||||
|
||||
It's best to only have these tools enabled in `config.yaml` when you intend to
|
||||
be using them, because their descriptions (see `pkg/cli/functions.go`) count
|
||||
towards context usage.
|
||||
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
|
||||
context usage.
|
||||
|
||||
Available tools:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user