From 75f30db3e6e1fb93f8b433d7671e9b25cc6522ba Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Fri, 25 Oct 2024 12:45:32 +0200 Subject: [PATCH] docs(ai): hide broken LLM API reference (#674) This commit hides the LLM api reference, since it does require a hot fix to work. We should improve the generation at the speakeasy side so that we don't have to manually change the included OpenAPI spec (see https://linear.app/livepeer-ai/issue/AI-622/fix-llm-input-type-documentation). --- mint.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mint.json b/mint.json index a07c17ce..b9814f95 100644 --- a/mint.json +++ b/mint.json @@ -601,7 +601,6 @@ "ai/api-reference/text-to-image", "ai/api-reference/image-to-image", "ai/api-reference/image-to-video", - "ai/api-reference/llm", "ai/api-reference/segment-anything-2", "ai/api-reference/upscale" ] @@ -953,4 +952,4 @@ "measurementId": "G-P1Z15F6NX4" } } -} \ No newline at end of file +}