mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-27 13:15:00 +00:00
chore(swagger): update
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
3277f5095d
commit
089265b726
4 changed files with 10 additions and 11 deletions
|
@ -1,4 +1,5 @@
|
|||
// Package swagger Code generated by swaggo/swag. DO NOT EDIT
|
||||
// Code generated by swaggo/swag. DO NOT EDIT.
|
||||
|
||||
package swagger
|
||||
|
||||
import "github.com/swaggo/swag"
|
||||
|
@ -1421,6 +1422,9 @@ const docTemplate = `{
|
|||
"schema.JINARerankRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"backend": {
|
||||
"type": "string"
|
||||
},
|
||||
"documents": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
@ -1630,7 +1634,6 @@ const docTemplate = `{
|
|||
"type": "integer"
|
||||
},
|
||||
"model": {
|
||||
"description": "Also part of the OpenAI official spec",
|
||||
"type": "string"
|
||||
},
|
||||
"model_base_name": {
|
||||
|
@ -1836,7 +1839,6 @@ const docTemplate = `{
|
|||
"type": "string"
|
||||
},
|
||||
"model": {
|
||||
"description": "model name or full path",
|
||||
"type": "string"
|
||||
},
|
||||
"response_format": {
|
||||
|
@ -1900,7 +1902,6 @@ const docTemplate = `{
|
|||
}
|
||||
},
|
||||
"model": {
|
||||
"description": "model name or full path",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue