diff --git a/apidocs/docs.go b/apidocs/docs.go index 93edced..d5108e1 100644 --- a/apidocs/docs.go +++ b/apidocs/docs.go @@ -762,7 +762,7 @@ const docTemplate = `{ "description": "OpenAI response" }, "400": { - "description": "Invalid request body or model name", + "description": "Invalid request body or instance name", "schema": { "type": "string" } diff --git a/apidocs/swagger.json b/apidocs/swagger.json index dc7f1c8..9648cc0 100644 --- a/apidocs/swagger.json +++ b/apidocs/swagger.json @@ -755,7 +755,7 @@ "description": "OpenAI response" }, "400": { - "description": "Invalid request body or model name", + "description": "Invalid request body or instance name", "schema": { "type": "string" } diff --git a/apidocs/swagger.yaml b/apidocs/swagger.yaml index 89b53fd..4b68861 100644 --- a/apidocs/swagger.yaml +++ b/apidocs/swagger.yaml @@ -556,7 +556,7 @@ paths: "200": description: OpenAI response "400": - description: Invalid request body or model name + description: Invalid request body or instance name schema: type: string "500":