mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
Not anywhere close to done, but getting back to this and staging some progress. Preliminary pass on loading a config and overriding params with request json.
This commit is contained in:
parent
fc3c105d42
commit
20a0cd2f66
13 changed files with 812 additions and 388 deletions
|
@ -1,3 +1,4 @@
|
|||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
// List of tool dependencies. It should not actually be compiled.
|
||||
|
@ -5,5 +6,5 @@ package ignore_me_build_tools
|
|||
|
||||
import (
|
||||
_ "github.com/deepmap/oapi-codegen/cmd/oapi-codegen"
|
||||
__ "github.com/vmware-tanzu/carvel-ytt/cmd/ytt"
|
||||
_ "github.com/vmware-tanzu/carvel-ytt/cmd/ytt"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue