We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09b33f commit 2f9203cCopy full SHA for 2f9203c
main.go
@@ -74,10 +74,9 @@ Version: ${version}
74
),
75
kong.UsageOnError(),
76
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(),
+ "basepath": kong.ExpandPath("."),
+ "galleries": `[{"name":"localai", "url":"github:mudler/LocalAI/gallery/index.yaml@master"}]`,
+ "version": internal.PrintableVersion(),
81
},
82
)
83
0 commit comments