diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-01 19:46:16 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-01 19:46:16 +0300 |
| commit | 4a7c3822956fee540cac2a51538c50bbb5007dac (patch) | |
| tree | c48011a79ee9c2231899b05ed6c1bea99514d15e /README.md | |
| parent | e264a38e0a92ba451c21e64af2abf2d7fb88f919 (diff) | |
z9: update GUI Nano Banana guidance
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -93,9 +93,10 @@ After installation, you may need to log out and log back in for the icon to appe ## Quick Start -**Note:** By default, totalrecall uses OpenAI for both audio and images. Make sure to set your OpenAI API key: +**Note:** By default, totalrecall uses OpenAI for audio and Nano Banana for images in the GUI. Make sure to set your OpenAI API key and Google API key: ```bash export OPENAI_API_KEY="sk-..." +export GOOGLE_API_KEY="..." ``` ### GUI Mode @@ -115,7 +116,7 @@ Key features: ### CLI Mode -1. Generate materials for a single word (uses OpenAI by default): +1. Generate materials for a single word (explicit CLI runs use OpenAI for images unless you override `--image-api`): ```bash totalrecall ябълка ``` |
