Update all brands
UPDATE sandbox.brands
SET
gemini_model = 'GEMINI_2_5_PRO',
temperature = 0.08,
topp = 0.8,
topk = 8,
update_date = NOW(),
available_generations = 100;
UPDATE sandbox.brands
SET
gemini_model = 'GEMINI_2_5_PRO',
temperature = 0.08,
topp = 0.8,
topk = 8,
update_date = NOW(),
available_generations = 100;