fix: re-enable start API message (#349)

Signed-off-by: mudler <mudler@mocaccino.org>
swagger2
Ettore Di Giacinto 1 year ago committed by GitHub
parent 6b19356740
commit 043399dd07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 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.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")),

Loading…
Cancel
Save