From dafdfca84ae31af99f7b4f9bcd30404fa0c36fb6 Mon Sep 17 00:00:00 2001 From: Boostrix <119627414+Boostrix@users.noreply.github.com> Date: Fri, 12 May 2023 16:15:16 +0200 Subject: [PATCH] as per # https://github.com/Significant-Gravitas/Auto-GPT/issues/1994#issuecomment-1535711402 --- .env.template | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.env.template b/.env.template index 33cabc967f4f..a32bf936eece 100644 --- a/.env.template +++ b/.env.template @@ -41,7 +41,17 @@ ### OPENAI ## OPENAI_API_KEY - OpenAI API Key (Example: my-openai-api-key) + + +## NOTE: https://platform.openai.com/docs/api-reference/completions +# The temperature setting in language models like GPT controls the balance between predictable and random responses. +# Lower temperature makes the responses more focused and deterministic, while higher temperature makes them more +# creative and varied. The temperature range typically goes from 0 to 2 in OpenAI's implementation. +## ## 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