updated docs

This commit is contained in:
Concedo 2023-10-06 11:19:04 +08:00
parent da8a09ba10
commit b8f0576c7b

View file

@ -215,8 +215,7 @@
"MaxContextLengthSetting": { "MaxContextLengthSetting": {
"properties": { "properties": {
"value": { "value": {
"maximum": 2048, "minimum": 8,
"minimum": 512,
"type": "integer" "type": "integer"
} }
}, },
@ -228,7 +227,6 @@
"MaxLengthSetting": { "MaxLengthSetting": {
"properties": { "properties": {
"value": { "value": {
"maximum": 512,
"minimum": 1, "minimum": 1,
"type": "integer" "type": "integer"
} }