fix: re-enable start API message

Signed-off-by: mudler <mudler@mocaccino.org>
This commit is contained in:
mudler 2023-05-22 22:28:41 +02:00
parent 6b19356740
commit 8f8d9d6de4

View file

@ -108,6 +108,7 @@ It uses llama.cpp, ggml and gpt4all as backend with golang c bindings.
api.WithDebug(ctx.Bool("debug")),
api.WithImageDir(ctx.String("image-path")),
api.WithF16(ctx.Bool("f16")),
api.WithDisableMessage(false),
api.WithCors(ctx.Bool("cors")),
api.WithCorsAllowOrigins(ctx.String("cors-allow-origins")),
api.WithThreads(ctx.Int("threads")),