SET check_function_bodies = false; INSERT INTO public.collections ("slug", "name", "description") VALUES ('conversational', 'Conversational', 'Chatbot alternatives to ChatGPT. Converse with these models and get answers.'), ('text-to-image', 'Text to image', 'Converse with these models to generate images.') ON CONFLICT (slug) DO NOTHING;