Skip to content

Commit ba09eae

Browse files
localai-botmudler
andauthored
feat(swagger): update swagger (#5217)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <[email protected]>
1 parent 61cc76c commit ba09eae

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

swagger/docs.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,6 @@ const docTemplate = `{
16361636
"type": "string"
16371637
},
16381638
"model_base_name": {
1639-
"description": "AutoGPTQ",
16401639
"type": "string"
16411640
},
16421641
"n": {
@@ -1720,10 +1719,6 @@ const docTemplate = `{
17201719
},
17211720
"typical_p": {
17221721
"type": "number"
1723-
},
1724-
"use_fast_tokenizer": {
1725-
"description": "AutoGPTQ",
1726-
"type": "boolean"
17271722
}
17281723
}
17291724
},

swagger/swagger.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,6 @@
16291629
"type": "string"
16301630
},
16311631
"model_base_name": {
1632-
"description": "AutoGPTQ",
16331632
"type": "string"
16341633
},
16351634
"n": {
@@ -1713,10 +1712,6 @@
17131712
},
17141713
"typical_p": {
17151714
"type": "number"
1716-
},
1717-
"use_fast_tokenizer": {
1718-
"description": "AutoGPTQ",
1719-
"type": "boolean"
17201715
}
17211716
}
17221717
},

swagger/swagger.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ definitions:
555555
model:
556556
type: string
557557
model_base_name:
558-
description: AutoGPTQ
559558
type: string
560559
"n":
561560
description: Also part of the OpenAI official spec. use it for returning multiple
@@ -616,9 +615,6 @@ definitions:
616615
type: boolean
617616
typical_p:
618617
type: number
619-
use_fast_tokenizer:
620-
description: AutoGPTQ
621-
type: boolean
622618
required:
623619
- file
624620
type: object

0 commit comments

Comments
 (0)