AI: Add additional vision service API configuration options #127 #1090

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-04-13 10:58:15 +02:00
parent e5916b98b9
commit 8189503a69
20 changed files with 342 additions and 190 deletions

View File

@@ -19,8 +19,7 @@ var VisionRunCommand = &cli.Command{
&cli.StringFlag{
Name: "models",
Aliases: []string{"m"},
// TODO: Add captions to the list once the service can be used from the CLI.
Usage: "model types (labels, nsfw)",
Usage: "model types (labels, nsfw, caption)",
},
&cli.BoolFlag{
Name: "force",