From f6ded3e20e91ec639e2effb922054d187628cc1d Mon Sep 17 00:00:00 2001 From: Matt Low Date: Wed, 29 Nov 2023 15:38:48 +0000 Subject: [PATCH] Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f621b9..75fc2e4 100644 --- a/README.md +++ b/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: