From ba09eaea1b4598c14640183bafe57fa653665a36 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sat, 19 Apr 2025 22:06:30 +0200 Subject: [PATCH] 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> --- swagger/docs.go | 5 ----- swagger/swagger.json | 5 ----- swagger/swagger.yaml | 4 ---- 3 files changed, 14 deletions(-) diff --git a/swagger/docs.go b/swagger/docs.go index 2489d1a0..554a9baa 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -1636,7 +1636,6 @@ const docTemplate = `{ "type": "string" }, "model_base_name": { - "description": "AutoGPTQ", "type": "string" }, "n": { @@ -1720,10 +1719,6 @@ const docTemplate = `{ }, "typical_p": { "type": "number" - }, - "use_fast_tokenizer": { - "description": "AutoGPTQ", - "type": "boolean" } } }, diff --git a/swagger/swagger.json b/swagger/swagger.json index 163539a5..4ee4a04a 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -1629,7 +1629,6 @@ "type": "string" }, "model_base_name": { - "description": "AutoGPTQ", "type": "string" }, "n": { @@ -1713,10 +1712,6 @@ }, "typical_p": { "type": "number" - }, - "use_fast_tokenizer": { - "description": "AutoGPTQ", - "type": "boolean" } } }, diff --git a/swagger/swagger.yaml b/swagger/swagger.yaml index cfee57a9..c3dbe0c4 100644 --- a/swagger/swagger.yaml +++ b/swagger/swagger.yaml @@ -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 @@ -616,9 +615,6 @@ definitions: type: boolean typical_p: type: number - use_fast_tokenizer: - description: AutoGPTQ - type: boolean required: - file type: object