mirror of https://github.com/ashikslab/smartsh.git
add documentation about newly supported environment variables
This commit is contained in:
parent
7942c95229
commit
23b69fe325
|
@ -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
|
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_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.
|
||||||
|
|
Loading…
Reference in New Issue