To use the AI Assistant features, please enter your Google AI API key. You can get a key from Google AI Studio.
To enable cloud saving and auto-sync, you need a free Supabase account. Follow these steps:
create table public.rai_structure_playground (
key text not null,
slot text not null,
value jsonb null,
updated_at timestamptz not null default now(),
constraint rai_structure_playground_pkey primary key (key, slot)
);