documented remaining endpoints

This commit is contained in:
Jacob Payne 2023-06-05 15:25:21 -07:00
parent cfba345021
commit 92a761c0a5
2 changed files with 28 additions and 1 deletions

View file

@ -3,7 +3,7 @@ package api
import (
"errors"
_ "github.com/go-skynet/LocalAI/docs/swagger"
_ "github.com/go-skynet/LocalAI/docs"
model "github.com/go-skynet/LocalAI/pkg/model"
"github.com/gofiber/fiber/v2"
"github.com/gofiber/fiber/v2/middleware/cors"