Add AI settings view for API key configuration #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The books island search has AI summary powered by Groq/OpenRouter via hero_books API. Currently keys are only configurable via env vars (
~/hero/cfg/env/env.sh). Need a settings UI to configure AI provider keys at runtime.Goals
admin.settings.get/admin.settings.setRPC endpoints on hero_books (backend tracked separately)This issue is addressed by PR #14 (
development_books_native_island), which includes a full Settings view for AI API key configuration.Key features implemented:
Will be closed when PR #14 is merged.