mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
fix: re-enable start API message (#349)
Signed-off-by: mudler <mudler@mocaccino.org>
This commit is contained in:
parent
6b19356740
commit
043399dd07
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -108,6 +108,7 @@ It uses llama.cpp, ggml and gpt4all as backend with golang c bindings.
|
||||||
api.WithDebug(ctx.Bool("debug")),
|
api.WithDebug(ctx.Bool("debug")),
|
||||||
api.WithImageDir(ctx.String("image-path")),
|
api.WithImageDir(ctx.String("image-path")),
|
||||||
api.WithF16(ctx.Bool("f16")),
|
api.WithF16(ctx.Bool("f16")),
|
||||||
|
api.WithDisableMessage(false),
|
||||||
api.WithCors(ctx.Bool("cors")),
|
api.WithCors(ctx.Bool("cors")),
|
||||||
api.WithCorsAllowOrigins(ctx.String("cors-allow-origins")),
|
api.WithCorsAllowOrigins(ctx.String("cors-allow-origins")),
|
||||||
api.WithThreads(ctx.Int("threads")),
|
api.WithThreads(ctx.Int("threads")),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue