Skip to content

Commit 8b69f42

Browse files
committed
Merge branch 'main' into monitoring-dashboards
2 parents 90a809a + c72db39 commit 8b69f42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chart/values.schema.json

Lines changed: 2 additions & 2 deletions
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
},
@@ -114,7 +114,7 @@
114114
"type": "string",
115115
"title": "Backend vLLM version",
116116
"description": "The vLLM version to use as a backend. Must be a version tag from [this list](https://github.com/vllm-project/vllm/tags)",
117-
"default": "v0.5.5"
117+
"default": "v0.6.3"
118118
}
119119
}
120120
}

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ api:
3333
# Container image config
3434
image:
3535
repository: vllm/vllm-openai
36-
version: v0.5.5
36+
version: v0.6.3
3737
monitoring:
3838
enabled: true
3939
# The number of replicas for the backend deployment

0 commit comments

Comments
 (0)