fix documentation

This commit is contained in:
Ashik K 2023-04-10 08:28:56 +02:00
parent cfa9ddd163
commit 5fcf94a03b
1 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@ This command uses the `pkill` command to send a signal to all processes whose na
You can set the following additional environment variables which smartsh can make use of:
OPENAI_MODEL_ID: The model to use: Supported models are "text-davinci-003", "gpt-3.5-turbo"
`OPENAI_MODEL_ID`: The model to use: Supported models are "text-davinci-003", "gpt-3.5-turbo"
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