From cfa9ddd163331b82271ec2525b9e84285b3569f2 Mon Sep 17 00:00:00 2001 From: Ashik K Date: Mon, 10 Apr 2023 08:27:36 +0200 Subject: [PATCH] add documentation about new env variables --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3fbe752..f701e61 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,9 @@ pkill -f "chrome.*renderer" This command uses the `pkill` command to send a signal to all processes whose name matches the regular expression `chrome.*renderer`. This will effectively kill all Google Chrome renderer processes. ``` + +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" + If the variable is not set, we use "gpt-3.5-turbo" by default +SMARTSH_DEBUG : Will print additional debug info when running smartsh