Merge pull request #1932 from smendig/env-template-fix

Fix .env.template documentation, incorrect default value for TEMPERATURE
This commit is contained in:
Richard Beales
2023-04-16 18:30:49 +01:00
committed by GitHub

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