Update .env.template
Small fix for the TEMPERATURE to show the real default valuepull/1932/head
parent
ad7cefa10c
commit
fb9430da0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue