Update .env.template

Small fix for the TEMPERATURE to show the real default value
This commit is contained in:
Sabin Mendiguren
2023-04-16 09:12:50 -07:00
committed by GitHub
parent ad7cefa10c
commit fb9430da0a

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