2025-02-07 22:56:11 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
|
|
|
"$defs": {
|
|
|
|
|
"AiSettingsType": {
|
|
|
|
|
"properties": {
|
|
|
|
|
"ai:*": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"ai:preset": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"ai:apitype": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"ai:baseurl": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"ai:apitoken": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"ai:name": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"ai:model": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"ai:orgid": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"ai:apiversion": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"ai:maxtokens": {
|
|
|
|
|
"type": "number"
|
|
|
|
|
},
|
|
|
|
|
"ai:timeoutms": {
|
|
|
|
|
"type": "number"
|
|
|
|
|
},
|
2025-08-19 17:19:27 +00:00
|
|
|
"ai:proxyurl": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
2025-02-07 22:56:11 +00:00
|
|
|
"ai:fontsize": {
|
|
|
|
|
"type": "number"
|
|
|
|
|
},
|
|
|
|
|
"ai:fixedfontsize": {
|
|
|
|
|
"type": "number"
|
2025-02-14 08:30:46 +00:00
|
|
|
},
|
|
|
|
|
"display:name": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"display:order": {
|
|
|
|
|
"type": "number"
|
2025-02-07 22:56:11 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"type": "object"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"additionalProperties": {
|
|
|
|
|
"$ref": "#/$defs/AiSettingsType"
|
|
|
|
|
},
|
|
|
|
|
"type": "object"
|
|
|
|
|
}
|