feat(swagger): update (#1929)

This commit is contained in:
Ettore Di Giacinto 2024-03-29 22:48:58 +01:00 committed by GitHub
parent 93702e39d4
commit 92fbdfd06f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 12 deletions

View File

@ -11,12 +11,12 @@ const docTemplate = `{
"description": "{{escape .Description}}",
"title": "{{.Title}}",
"contact": {
"name": "OpenAI Support",
"url": "https://help.openai.com/"
"name": "LocalAI",
"url": "https://localai.io"
},
"license": {
"name": "MIT",
"url": "https://github.com/openai/openai-openapi/blob/master/LICENSE"
"url": "https://raw.githubusercontent.com/mudler/LocalAI/master/LICENSE"
},
"version": "{{.Version}}"
},
@ -789,7 +789,7 @@ var SwaggerInfo = &swag.Spec{
BasePath: "/",
Schemes: []string{},
Title: "LocalAI API",
Description: "The OpenAI REST API.",
Description: "The LocalAI Rest API.",
InfoInstanceName: "swagger",
SwaggerTemplate: docTemplate,
LeftDelim: "{{",

View File

@ -1,15 +1,15 @@
{
"swagger": "2.0",
"info": {
"description": "The OpenAI REST API.",
"description": "The LocalAI Rest API.",
"title": "LocalAI API",
"contact": {
"name": "OpenAI Support",
"url": "https://help.openai.com/"
"name": "LocalAI",
"url": "https://localai.io"
},
"license": {
"name": "MIT",
"url": "https://github.com/openai/openai-openapi/blob/master/LICENSE"
"url": "https://raw.githubusercontent.com/mudler/LocalAI/master/LICENSE"
},
"version": "2.0.0"
},

View File

@ -368,12 +368,12 @@ definitions:
host: localhost:8080
info:
contact:
name: OpenAI Support
url: https://help.openai.com/
description: The OpenAI REST API.
name: LocalAI
url: https://localai.io
description: The LocalAI Rest API.
license:
name: MIT
url: https://github.com/openai/openai-openapi/blob/master/LICENSE
url: https://raw.githubusercontent.com/mudler/LocalAI/master/LICENSE
title: LocalAI API
version: 2.0.0
paths: