Update .env.template

Small fix for the TEMPERATURE to show the real default value
pull/1932/head
Sabin Mendiguren 2023-04-16 09:12:50 -07:00 committed by GitHub
parent ad7cefa10c
commit fb9430da0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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