AI: Update internal/api/swagger.json #5322

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-11-14 12:06:19 +01:00
parent d35dd08dea
commit 0cf194b3ff

View file

@ -4542,6 +4542,12 @@
"prompt": {
"type": "string"
},
"schema": {
"items": {
"type": "integer"
},
"type": "array"
},
"stream": {
"type": "boolean"
},
@ -4562,6 +4568,15 @@
},
"vision.ApiRequestOptions": {
"properties": {
"combine_outputs": {
"type": "string"
},
"detail": {
"type": "string"
},
"force_json": {
"type": "boolean"
},
"frequency_penalty": {
"type": "number"
},
@ -4571,6 +4586,9 @@
"main_gpu": {
"type": "integer"
},
"max_output_tokens": {
"type": "integer"
},
"min_p": {
"type": "number"
},
@ -4616,6 +4634,9 @@
"repeat_penalty": {
"type": "number"
},
"schema_version": {
"type": "string"
},
"seed": {
"type": "integer"
},