Skip to content

Commit 2f9203c

Browse files
authored
chore: drop remoteLibraryURL from kong vars (#5103)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent f09b33f commit 2f9203c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: main.go

+3-4
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)