Skip to content

Commit 46c97ef

Browse files
committed
Set default temperature to 0
1 parent aa0e53e commit 46c97ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"type": "number",
5858
"title": "LLM Temperature",
5959
"description": "The [temperature](https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature) value to use when generating LLM responses.",
60-
"default": 1,
60+
"default": 0,
6161
"minimum": 0,
6262
"maximum": 2
6363
},

0 commit comments

Comments
 (0)