summaryrefslogtreecommitdiff
path: root/internal/cli/flags.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-01 15:41:42 +0300
committerPaul Buetow <paul@buetow.org>2026-04-01 15:41:42 +0300
commit8e7063e78f5067f79d2a1a9e2b0fc2fde86d1f6e (patch)
treeeef470c2663671e1a8fce8273677fb844055e1df /internal/cli/flags.go
parent3967d8dca4ebe87e43d243c5bbffe34ca0dcab51 (diff)
z7: keep Nano Banana CLI additive
Diffstat (limited to 'internal/cli/flags.go')
-rw-r--r--internal/cli/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/flags.go b/internal/cli/flags.go
index 172b854..9c00051 100644
--- a/internal/cli/flags.go
+++ b/internal/cli/flags.go
@@ -45,7 +45,7 @@ type Flags struct {
func NewFlags() *Flags {
return &Flags{
AudioFormat: "mp3",
- ImageAPI: "nanobanana",
+ ImageAPI: "openai",
DeckName: "Bulgarian Vocabulary",
OpenAIModel: "gpt-4o-mini-tts",
OpenAISpeed: 0.9,