From da15832306e10089057408a9b26e36d110b04ba6 Mon Sep 17 00:00:00 2001 From: Zylon CI Date: Thu, 16 Jul 2026 07:16:52 +0000 Subject: [PATCH] docs: update OpenAPI spec for 1.1.0 --- fern/openapi/openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/openapi/openapi.json b/fern/openapi/openapi.json index 69745587..71f5ef17 100644 --- a/fern/openapi/openapi.json +++ b/fern/openapi/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Private-GPT API", "description": "PrivateGPT -built by Zylon- is a production-ready AI project that allows you to ask questions about your documents using the power\nof Large Language Models (LLMs), even in scenarios without an Internet connection. 100% private, no data leaves your\nexecution environment at any point.", - "version": "1.0.1" + "version": "1.1.0" }, "paths": { "/v1/messages": { @@ -9165,7 +9165,7 @@ "detail" ], "title": "OpenAPIValidationErrorResponse", - "description": "Standard 422 validation error response matching FastAPI's HTTPValidationError shape." + "description": "Standard 422 validation error response." }, "OutputConfigInput": { "properties": {