mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-21 05:34:56 -04:00
feat(swagger): update swagger (#12000)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
This commit is contained in:
1 parent
dbee3db07f
commit
c614413bcf
3 files changed
+15
No files matched your search
@@ -6402,6 +6402,10 @@ const docTemplate = `{
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"context_size": {
|
||||
"description": "ContextSize is the effective context window in tokens the backend will\nrun with: the configured context_size, or the default when unset. 0 means\nthe value is unknown (e.g. a loose file with no config). Clients can use\nthis to size their context budget for auto-compaction and pruning.",
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -6399,6 +6399,10 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"context_size": {
|
||||
"description": "ContextSize is the effective context window in tokens the backend will\nrun with: the configured context_size, or the default when unset. 0 means\nthe value is unknown (e.g. a loose file with no config). Clients can use\nthis to size their context budget for auto-compaction and pruning.",
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -1621,6 +1621,13 @@ definitions:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
context_size:
|
||||
description: |-
|
||||
ContextSize is the effective context window in tokens the backend will
|
||||
run with: the configured context_size, or the default when unset. 0 means
|
||||
the value is unknown (e.g. a loose file with no config). Clients can use
|
||||
this to size their context budget for auto-compaction and pruning.
|
||||
type: integer
|
||||
id:
|
||||
type: string
|
||||
input_modalities:
|
||||
|
||||
Reference in new issue
Block a user