summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-01 19:40:17 +0300
committerPaul Buetow <paul@buetow.org>2026-04-01 19:40:17 +0300
commite264a38e0a92ba451c21e64af2abf2d7fb88f919 (patch)
tree4714fc9c824637b365379103fe491455bf921748 /cmd
parent008d6308ecb767df7194aa944328c6ead6473ca5 (diff)
z9: fix GUI launch provider propagation
Diffstat (limited to 'cmd')
-rw-r--r--cmd/totalrecall/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/totalrecall/main.go b/cmd/totalrecall/main.go
index c58565f..c0bd142 100644
--- a/cmd/totalrecall/main.go
+++ b/cmd/totalrecall/main.go
@@ -60,6 +60,8 @@ func runCommand(cmd *cobra.Command, args []string, flags *cli.Flags) error {
fmt.Printf("Note: Using image size 1024x1024 for DALL-E 3 (use --openai-image-size to override)\n")
}
+ flags.ImageAPISpecified = cmd.Flags().Changed("image-api")
+
// Create processor
proc := processor.NewProcessor(flags)