Skip to content

Commit c45b443

Browse files
committed
chore: drop remoteLibraryURL from kong vars
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 65470b0 commit c45b443

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

main.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ Version: ${version}
7474
),
7575
kong.UsageOnError(),
7676
kong.Vars{
77-
"basepath": kong.ExpandPath("."),
78-
"remoteLibraryURL": "https://raw.githubusercontent.com/mudler/LocalAI/master/embedded/model_library.yaml",
79-
"galleries": `[{"name":"localai", "url":"github:mudler/LocalAI/gallery/index.yaml@master"}]`,
80-
"version": internal.PrintableVersion(),
77+
"basepath": kong.ExpandPath("."),
78+
"galleries": `[{"name":"localai", "url":"github:mudler/LocalAI/gallery/index.yaml@master"}]`,
79+
"version": internal.PrintableVersion(),
8180
},
8281
)
8382

0 commit comments

Comments
 (0)