From 23b69fe325f1ea5563bce4da04f2ba84b3630b80 Mon Sep 17 00:00:00 2001 From: Ashik K Date: Mon, 10 Apr 2023 10:59:04 +0200 Subject: [PATCH] add documentation about newly supported environment variables --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ed375ef..c0a4044 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,7 @@ You can set the following additional environment variables which smartsh can mak If the variable is not set, we use "gpt-3.5-turbo" by default `SMARTSH_DEBUG` : Will print additional debug info when running smartsh + +`SMARTSH_SILENT_MODE` When set to 1, smartsh will try not to print warnings about missing environment variables, current mode etc. Off by default. + +`SMARTSH_TEACHER_MODE` When set to 1, smartsh will provide you an explanation about the command it synthesized. Note that this will disable the prompt to execute the synthesized command. Off by default.