Tyson
Tyson
There's an unused "sharing" flag on each of the custom models/assistants I've been using to set master models. Superusers can see and edit the models directly but regular users can...
Have you tried adding an assistant or preset?
Probably should be renamed to something more intuitive or representative of what it does. Reminiscent of "Assistants & Prompts".
Just had the same issue ($40 Image Optimisation overage though!) and fixed it. It's due to date.now() being appended to the image URL after the ?. Since it's a new...
@fkesheh the last modification date is the filename itself and is set when uploaded From profile-images.ts: ``` const currentPath = profile.image_path let filePath = `${profile.user_id}/${Date.now()}` ```