Skip to content

Commit

Permalink
Allow default context length null
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Jul 12, 2024
1 parent bb31e2b commit 43848b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"type": "object",
"properties": {
"modelMaxContextLength": {
"type": "integer",
"type": ["integer", "null"],
"title": "Model Context Length",
"description": "An override for the maximum context length to use if the model's default is not suitable."
},
Expand Down

0 comments on commit 43848b0

Please sign in to comment.