Merge pull request #1417 from merwanehamadi/feature/change-default-temperature

make 0 the default temperature
This commit is contained in:
Richard Beales
2023-04-15 16:22:45 +01:00
committed by GitHub

View File

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