Skip to content

feat(swagger): update swagger #5217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,6 @@ const docTemplate = `{
"type": "string"
},
"model_base_name": {
"description": "AutoGPTQ",
"type": "string"
},
"n": {
Expand Down Expand Up @@ -1720,10 +1719,6 @@ const docTemplate = `{
},
"typical_p": {
"type": "number"
},
"use_fast_tokenizer": {
"description": "AutoGPTQ",
"type": "boolean"
}
}
},
Expand Down
5 changes: 0 additions & 5 deletions swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,6 @@
"type": "string"
},
"model_base_name": {
"description": "AutoGPTQ",
"type": "string"
},
"n": {
Expand Down Expand Up @@ -1713,10 +1712,6 @@
},
"typical_p": {
"type": "number"
},
"use_fast_tokenizer": {
"description": "AutoGPTQ",
"type": "boolean"
}
}
},
Expand Down
4 changes: 0 additions & 4 deletions swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ definitions:
model:
type: string
model_base_name:
description: AutoGPTQ
type: string
"n":
description: Also part of the OpenAI official spec. use it for returning multiple
Expand Down Expand Up @@ -616,9 +615,6 @@ definitions:
type: boolean
typical_p:
type: number
use_fast_tokenizer:
description: AutoGPTQ
type: boolean
required:
- file
type: object
Expand Down
Loading