mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-29 22:20:43 +00:00
fix: fix typo
This commit is contained in:
parent
8a0e6e7ee8
commit
1b75512da5
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ func App(c context.Context, configFile string, loader *model.ModelLoader, upload
|
||||||
applier := newGalleryApplier(loader.ModelPath)
|
applier := newGalleryApplier(loader.ModelPath)
|
||||||
applier.start(c, cm)
|
applier.start(c, cm)
|
||||||
app.Post("/models/apply", applyModelGallery(loader.ModelPath, cm, applier.C))
|
app.Post("/models/apply", applyModelGallery(loader.ModelPath, cm, applier.C))
|
||||||
app.Get("/models/jobs/:uid", getOpStatus(applier))
|
app.Get("/models/jobs/:uuid", getOpStatus(applier))
|
||||||
|
|
||||||
// openAI compatible API endpoint
|
// openAI compatible API endpoint
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue