mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
documented remaining endpoints
This commit is contained in:
parent
cfba345021
commit
92a761c0a5
2 changed files with 28 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue