summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-01 19:46:16 +0300
committerPaul Buetow <paul@buetow.org>2026-04-01 19:46:16 +0300
commit4a7c3822956fee540cac2a51538c50bbb5007dac (patch)
treec48011a79ee9c2231899b05ed6c1bea99514d15e /README.md
parente264a38e0a92ba451c21e64af2abf2d7fb88f919 (diff)
z9: update GUI Nano Banana guidance
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b9ad8e7..c1444cc 100644
--- a/README.md
+++ b/README.md
@@ -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 ябълка
```