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 +}