From 5e14f5bed759cbc16e07ef828f85670857b41ed1 Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 27 Aug 2024 17:01:15 +0000 Subject: [PATCH] fix: add to redocly ignore and lint --- .redocly.lint-ignore.yaml | 1 + docs/openapi.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.redocly.lint-ignore.yaml b/.redocly.lint-ignore.yaml index 382c9ab6..13b80497 100644 --- a/.redocly.lint-ignore.yaml +++ b/.redocly.lint-ignore.yaml @@ -77,3 +77,4 @@ docs/openapi.json: - '#/paths/~1tokenize/post' - '#/paths/~1v1~1chat~1completions/post' - '#/paths/~1v1~1completions/post' + - '#/paths/~1v1~1models/get' diff --git a/docs/openapi.json b/docs/openapi.json index e6109188..691705f2 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -2154,4 +2154,4 @@ "description": "Hugging Face Text Generation Inference API" } ] -} \ No newline at end of file +}