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
|
- Natural language image generation, iterative editing
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
There are a few tools available, which must be explicitly enabled by
|
Tools must be explicitly enabled by adding the tool's name to the
|
||||||
adding the tool 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 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
|
the model could at any time decide to use one of these tools to discover and
|
||||||
read potentially sensitive information from your filesystem.**
|
read potentially sensitive information from your filesystem.**
|
||||||
|
|
||||||
It's best to only have these tools enabled in `config.yaml` when you intend to
|
It's best to only have tools enabled in `config.yaml` when you intend to be
|
||||||
be using them, because their descriptions (see `pkg/cli/functions.go`) count
|
using them, since their descriptions (see `pkg/cli/functions.go`) count towards
|
||||||
towards context usage.
|
context usage.
|
||||||
|
|
||||||
Available tools:
|
Available tools:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user