Skip to content

Commit

Permalink
explain temperature setting in env file (#4140)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Beales <rich@richbeales.net>
  • Loading branch information
Boostrix and richbeales authored May 12, 2023
1 parent 2513178 commit b06ea61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b06ea61

Please sign in to comment.