diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-01 19:40:17 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-01 19:40:17 +0300 |
| commit | e264a38e0a92ba451c21e64af2abf2d7fb88f919 (patch) | |
| tree | 4714fc9c824637b365379103fe491455bf921748 /cmd | |
| parent | 008d6308ecb767df7194aa944328c6ead6473ca5 (diff) | |
z9: fix GUI launch provider propagation
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/totalrecall/main.go | 2 |
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) |
