Skip to content

Commit

Permalink
Merge pull request #1932 from smendig/env-template-fix
Browse files Browse the repository at this point in the history
Fix .env.template documentation, incorrect default value for TEMPERATURE
  • Loading branch information
richbeales committed Apr 16, 2023
2 parents 11620cc + fb9430d commit 4a98745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a98745

Please sign in to comment.