LocalAI/swagger/embed.go
Richard Palethorpe 557d0f0f04
feat(api): Allow coding agents to interactively discover how to control and configure LocalAI (#9084)
Signed-off-by: Richard Palethorpe <io@richiejp.com>
2026-04-04 15:14:35 +02:00

6 lines
82 B
Go

package swagger
import _ "embed"
//go:embed swagger.json
var SwaggerJSON []byte