mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-29 14:14:59 +00:00
feat(swagger): update swagger
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
ee7904f170
commit
33b2a95b8d
3 changed files with 20 additions and 0 deletions
|
@ -1752,6 +1752,13 @@ const docTemplate = `{
|
|||
"prompt_tokens": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timing_prompt_processing": {
|
||||
"description": "Extra timing data, disabled by default as is't not a part of OpenAI specification",
|
||||
"type": "number"
|
||||
},
|
||||
"timing_token_generation": {
|
||||
"type": "number"
|
||||
},
|
||||
"total_tokens": {
|
||||
"type": "integer"
|
||||
}
|
||||
|
|
|
@ -1745,6 +1745,13 @@
|
|||
"prompt_tokens": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timing_prompt_processing": {
|
||||
"description": "Extra timing data, disabled by default as is't not a part of OpenAI specification",
|
||||
"type": "number"
|
||||
},
|
||||
"timing_token_generation": {
|
||||
"type": "number"
|
||||
},
|
||||
"total_tokens": {
|
||||
"type": "integer"
|
||||
}
|
||||
|
|
|
@ -646,6 +646,12 @@ definitions:
|
|||
type: integer
|
||||
prompt_tokens:
|
||||
type: integer
|
||||
timing_prompt_processing:
|
||||
description: Extra timing data, disabled by default as is't not a part of
|
||||
OpenAI specification
|
||||
type: number
|
||||
timing_token_generation:
|
||||
type: number
|
||||
total_tokens:
|
||||
type: integer
|
||||
type: object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue