You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/values.schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@
57
57
"type": "number",
58
58
"title": "LLM Temperature",
59
59
"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,
61
61
"minimum": 0,
62
62
"maximum": 2
63
63
},
@@ -114,7 +114,7 @@
114
114
"type": "string",
115
115
"title": "Backend vLLM version",
116
116
"description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)",
0 commit comments