Skip to content

Commit 6a8ae6e

Browse files
authored
Merge pull request #47 from stackhpc/default-temperature
Set default temperature to 0 in Azimuth UI form
2 parents aa0e53e + 46c97ef commit 6a8ae6e

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)