From fb9430da0abd73916c5ca31196fc0aea15664ac4 Mon Sep 17 00:00:00 2001 From: Sabin Mendiguren Date: Sun, 16 Apr 2023 09:12:50 -0700 Subject: [PATCH] Update .env.template Small fix for the TEMPERATURE to show the real default value --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 685ed19f4f4..eeff2907cb2 100644 --- a/.env.template +++ b/.env.template @@ -21,7 +21,7 @@ AI_SETTINGS_FILE=ai_settings.yaml ### OPENAI # OPENAI_API_KEY - OpenAI API Key (Example: my-openai-api-key) -# TEMPERATURE - Sets temperature in OpenAI (Default: 1) +# TEMPERATURE - Sets temperature in OpenAI (Default: 0) # USE_AZURE - Use Azure OpenAI or not (Default: False) OPENAI_API_KEY=your-openai-api-key TEMPERATURE=0