mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
feat(swagger): update swagger (#5217)
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:
parent
61cc76c455
commit
ba09eaea1b
3 changed files with 0 additions and 14 deletions
|
@ -1636,7 +1636,6 @@ const docTemplate = `{
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"model_base_name": {
|
"model_base_name": {
|
||||||
"description": "AutoGPTQ",
|
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"n": {
|
"n": {
|
||||||
|
@ -1720,10 +1719,6 @@ const docTemplate = `{
|
||||||
},
|
},
|
||||||
"typical_p": {
|
"typical_p": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
|
||||||
"use_fast_tokenizer": {
|
|
||||||
"description": "AutoGPTQ",
|
|
||||||
"type": "boolean"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1629,7 +1629,6 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"model_base_name": {
|
"model_base_name": {
|
||||||
"description": "AutoGPTQ",
|
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"n": {
|
"n": {
|
||||||
|
@ -1713,10 +1712,6 @@
|
||||||
},
|
},
|
||||||
"typical_p": {
|
"typical_p": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
|
||||||
"use_fast_tokenizer": {
|
|
||||||
"description": "AutoGPTQ",
|
|
||||||
"type": "boolean"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -555,7 +555,6 @@ definitions:
|
||||||
model:
|
model:
|
||||||
type: string
|
type: string
|
||||||
model_base_name:
|
model_base_name:
|
||||||
description: AutoGPTQ
|
|
||||||
type: string
|
type: string
|
||||||
"n":
|
"n":
|
||||||
description: Also part of the OpenAI official spec. use it for returning multiple
|
description: Also part of the OpenAI official spec. use it for returning multiple
|
||||||
|
@ -616,9 +615,6 @@ definitions:
|
||||||
type: boolean
|
type: boolean
|
||||||
typical_p:
|
typical_p:
|
||||||
type: number
|
type: number
|
||||||
use_fast_tokenizer:
|
|
||||||
description: AutoGPTQ
|
|
||||||
type: boolean
|
|
||||||
required:
|
required:
|
||||||
- file
|
- file
|
||||||
type: object
|
type: object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue