add documentation about newly supported environment variables

This commit is contained in:
Ashik K 2023-04-10 10:59:04 +02:00
parent 7942c95229
commit 23b69fe325
1 changed files with 4 additions and 0 deletions

View File

@ -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.