You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: call image models through an OpenAI-compatible endpoint (bc24662)
BREAKING CHANGES
GEMINI_API_KEY is no longer read. Set GENERATE_API_KEY
instead, and note that a Google AI key will not authenticate against
OpenRouter. pregen.py and worker.py exit 2 with that instruction when
they
find only the old variable, rather than silently declining to generate.
--gemini-key is now --api-key on both pregen.py and verify.py.