make 0 the default temperature
parent
5389b2deb1
commit
359c3bc067
|
@ -21,7 +21,7 @@ AI_SETTINGS_FILE=ai_settings.yaml
|
|||
# TEMPERATURE - Sets temperature in OpenAI (Default: 1)
|
||||
# USE_AZURE - Use Azure OpenAI or not (Default: False)
|
||||
OPENAI_API_KEY=your-openai-api-key
|
||||
TEMPERATURE=1
|
||||
TEMPERATURE=0
|
||||
USE_AZURE=False
|
||||
|
||||
### AZURE
|
||||
|
|
Loading…
Reference in New Issue